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

  Search   jGuru Search Help

PEERSCOPE



View Rendering in Java: Templates Out, Groovy Builders In
Category: Article
Glen Kunene, Jul 24, 2008
Template engines have long been the de-facto standard for rendering views in Java web development. Learn why templates are far from ideal and how Groovy builders provide a literate solution for bringing view rendering back into your code.
A Unit Testing Framework for the BlackBerry
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 24, 2008
By Jeff Langr - What do you do when there's no effective unit testing framework for your programming environment? Why, build your own, of course!
Sun Gives Enterprises a New Mobility Option
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 23, 2008
By Richard Adhikari - Sun says its enterprise applications can now synchronize with Windows Mobile, Palm and BlackBerry devices.
Is Open Source Development Insecure?
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Jul 23, 2008
By Sean Michael Kerner - A leading application security firm issues research report alleging that open source software developers are missing the security boat.
ANNOUNCE: New JSFCentral content: David Geary podcast on JSF, Ajax, and GWT
Category: Article
Kito Mann, Jul 22, 2008
I’m pleased to announce the fourth podcast in JSFCentral’s podcast series. This podcast is an interview with David Geary, author of Core JSF and the president of Clarity Training, Inc., where he teaches developers to implement web applications using JSF, GWT, and Grails.
[More]



FORUMS

Forums javascript: cloneNode behavior IE vs. FF
Topic: JavaScript
Abhishek Goel, Jul 25, 2008
Forums Tomcat Manager with different services
Topic: Tomcat
roberto (it), Jul 25, 2008
Forums Struts 2.0 pageContext reference problem
Topic: Struts
Ramesh Kangamuthu, Jul 25, 2008
Forums Use of transactions in Ant SQL Tasks
Topic: Ant
Ceri Bailey, Jul 25, 2008
Forums Downloading a map from google maps
Topic: Networking
Alexander Klassanov, Jul 25, 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