jGuru
Register Email     Password Forgot your
password?
HOME FAQS FORUMS DOWNLOADS ARTICLES PEERSCOPE LEARN

  Search   jGuru Search Help

PEERSCOPE



InternetNews Realtime IT News - Linux 2.6.26 Opens Up to Debugging
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 18, 2008
By Sean Michael Kerner - New Linux kernel gets new debugger, virtualization and memory support amid its improvements.
Introducing a Lightweight UI Toolkit: Bringing Desktop Development into Java ME
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 17, 2008
By Ibon Urrutia - Are you bored of Forms and Lists in your JavaME development? Do you want to create mobile apps with user interfaces of the 21st Century? Try to do it with the LWUIT library.
Access Your Stored Java Objects with the Iterator Design Pattern
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 15, 2008
By Barry Burd and Michael P. Redlich - Clean up clumsy and wasteful code with the iterator design pattern.
Book Excerpt: Murach's Java Servlets and JSP (Second Edition)
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 15, 2008
By Joel Murach and Andrea Steelman - The JSTL provides tags for common tasks that need to be performed in JSPs. Coupled with Expression Language, this allows you to remove much of the Java scripting from your applications, making your pages easier for web designers to work with and easier for you to maintain.
Programming MIDlet Graphics using the Canvas Class
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 15, 2008
By Richard G. Baldwin - See how to control the position of text that is drawn on the screen and how to handle keyPressed events fired by a Canvas object. Also learn how to draw text and lines on the cell phone screen.
[More]



FORUMS

Forums Need to add a value to a button
Topic: JSP
Cheverson Juntura, Jul 19, 2008
Forums h.263 encoder in Java
Topic: Media
Paul Gregoire, Jul 18, 2008
Forums Eclipse code completion, how to confirm selection with "." or space
Topic: Eclipse
Boris Bascarevic, Jul 18, 2008
Forums allowing user to download an xml file with struts
Topic: Struts
Clea Barnett, Jul 18, 2008
Forums Please help for Configuration Tomcat Eclipse for running JSP
Topic: Tomcat
Amit Ambre, Jul 18, 2008
[More]

FAQS

I want to close the child window, from parent window using java script. I want to close the child window, from parent window using java script. How to do that? Can any one help me on this? Thanks...
JavaScript
Firat Tiryaki PREMIUM, Jun 27, 2008
create the new window with an object name childWindow=window.open(...); then you can use the close method childWindow.close();
Creating a javascript object with dynamic property name Hello All, Please consider the following code: var myobj=new Object(); myobj.name="Amit"; myobj.dob="1990"; later on whenever i require,...
JavaScript
Firat Tiryaki PREMIUM, Mar 11, 2008
You should use eval function for that. Check out the below lines, sure it will help; x=new Object(); propertyName="nameProperty"; propertyValue=...
How do I split a space or comma-separated list?
Java:Language:Syntax
John Zukowski PREMIUM, Mar 6, 2008
The split() method of String takes a regular expression. The pattern "[\\s,]+" should to the trick. It says the separator will be one or more white space...
Open new window every time Hi, I am trying this example below : On click of the link it creates one window, if i click it again, i do not get a new window( another window) but rather the same wind...
JavaScript
Robert Lybarger, Feb 14, 2008
I am *not* a javascript expert... but maybe taking out the "remotewin" argument to the window.open call (leaving it either empty or null) would work, since...
How do I specify the popup menu to show for an application on the system tray?
Java:API:Swing:Widgets
John Zukowski PREMIUM, Jan 2, 2008
When you create the TrayIcon for the SystemTray, you specify the PopupMenu. TrayIcon trayIcon = new TrayIcon(anImage, "Tooltip", aPopupMenu); Just...
[More]



DOWNLOADS

eBook: Maximizing Your Java App Development
This eBook will help you understand issues such as porting from another language, working in the best IDE or optimizing for today's multi-core computing environments. Get the most out of your Java code.
eBook: The Road to Ruby
Does the Ruby programming language offer enough power and elegance to make it a legitimate alternative to the current heavyweight languages such as Java? Many Ruby converts believe so, but don't take their word for it. Find out for yourself.
Download IBM Data Studio v1.1
An integrated development and management environment that empowers you to design, develop, deploy and manage your data-driven applications throughout the data management life cycle utilizing a consistent and integrated user interface.
Rational Method Composer v7.2
30 day fully functioning trial of IBM® Rational® Method Composer, which helps you deliver customized yet consistent process guidance to your project teams and IT organization. Includes the latest version of IBM Rational Unified Process® (RUP®).
Project and Portfolio Management Executive Resource Kit
White papers, case studies, and other resources to help you with project and portfolio management.
[More]

ARTICLES

Create Secure Java Applications Productively, Part 1
Snooped: Jun 18, 2008
See how Data Studio with pureQuery can increase the efficiency of your database-driven Web development. Develop a Java Web application with Rational Application Developer, and then with Java Server Pages (JSP) you will deploy the application...
An Introduction to Java Thread Programming
Snooped: May 23, 2008
By David M. Williams - Multi-threaded programming is all but essential for complex problem solving and effective user interfaces. Yet, to many programmers, it remains an arcane science. Java makes threaded programming simple due to its portable...
Learn to Read and Write Microsoft Excel Documents with Jakarta's POI
Snooped: May 23, 2008
By Samudra Gupta - Jakarta's POI project makes it easy to read and write Excel files and provides support for manipulating other documents based on Microsoft's OLE 2 Compound Document Format. This article contains a step-by-step walkthrough...
Simplify Unit Testing for Spring Web Components
Snooped: May 23, 2008
By Edmon Begoli - Utilize Spring mock objects and Spring's extensions to the JUnit framework to simplify unit testing for Spring Web components.
Open Source Java Reporting with JasperReports and iReport
Snooped: May 12, 2008
By John Ferguson Smart - JasperReports is a powerful and flexible open source reporting solution. The iReport visual designer enables you to take advantage of the full power of JasperReports without in-depth knowledge of the JasperReports native...
Good Java Style, Revisited
Snooped: May 12, 2008
By Rob Lybarger - Learn the elements of good Java code style and why they are important.
Learn to Use the Annotation Feature of Java 5.0
Snooped: May 1, 2008
By Javid Jamae - Developers have always struggled to find ways of adding semantic data to their Java code. They had to: Java didn't have a native metadata facility. But that all changed with version 5.0 of Java, which allows annotations as a...
Spring: Creating Objects So You Don't Have To
Snooped: May 1, 2008
By Javid Jamae - As a dependency injection framework (not to mention one of the more popular open source Java projects today), Spring links objects together using XML definitions. Find out about Spring and the ways you can invert control in...
Integrate the Eclipse Web Tools Platform and Maven
Snooped: May 1, 2008
By Raghuraman Ramaswamy - Leveraging the Eclipse Web Tools Platform (WTP) and the M2Eclipse (M2) plugin in the same project has compelling benefits for the Java web developer.
Simplify Your Web App Development Using the Spring MVC Framework
Snooped: Apr 11, 2008
By Javid Jamae - Struts is in fairly widespread use in the Java world, but the Spring MVC framework promises to provide a simpler alternative to Struts for separating presentation layer and business logic. Learn how to build a simple stock trading...
[More]



 




JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES