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

  Search   jGuru Search Help

PEERSCOPE



Java Studio Creator 2 Offers Across the Board Improvement
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Feb 3, 2006
By Dick Wall - Learn what's new with the release of Sun's Java Studio Creator 2, a Rapid Application Development environment for constructing Web-based clients around existing databases, Web services, EJBs, or other Java class libraries.
Eclipse Continues to Blaze Among Development Tools
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, Feb 3, 2006
By Peter Nehrer - Which development tool is the best can be a heated topic. See how this turned out.
Waterfall 2006 - International Conference on Sequential Development
Rating: Rocks Category: Conference
John Moore PREMIUM, Feb 3, 2006
Waterfall 2006 is a conference on the waterfall process scheduled for April 1, 2006, in Niagara Falls, NY. (Hint: Look at the date.)
Enhydra JaWE 2.0 released!
Category: Article
Sasa Bojanic, Feb 3, 2006
New version of world's first (and only) open source graphical Java workflow editor fully according to WfMC specifications is released. It can be used to edit / view every XPDL file which conforms to WfMC specifications. The new version brings completely new architecture and L&F; with a lot of advanced features. There are several open source and commercial workflow engines working with JaWE, like Enhydra Shark , WfmOpen, OBE and OfBiz ! Enhydra JaWE has already become the worldwide de-facto standard to edit XPDL files. It participated in WfMC interoperability demo where it was used to handle XPDLs from Fujitsu, TIBCO and Enhydra Shark engine. For the professional users, commercial version called Together Workflow Editor is now available. You can test it by downloading demo version from http://www.together.at/together/prod/twe/index.html
Atlassian JIRA 3.5 now available
Rating: Rocks Category: Software
Mike Cannon-Brookes, Feb 2, 2006
Atlassian releases JIRA 3.5, the professional J2EE issue tracking and project management software application, with over a dozen new time-savings features and improvements. New features in JIRA 3.5 include bulk workflow transition, bulk assignment of users to groups, a charting plugin for displaying data more graphically, Microsoft Word export, and a Fogbugz importer, and over 50 bug fixes. A complete list of changes can be found at http://www.atlassian.com/c/PR-J/11013/releasenotes. Anyone can download a JIRA 3.5 evaluation at http://www.atlassian.com/c/PR-J/11014/download. JIRA is free for qualified open source projects and non-profits, and commercial users will benefit from an upfront and no-hassle pricing and licensing policy.
[More]



FORUMS

Forums diagramatic representation of rmi
Topic: RMI
Gagan Choudhary, Feb 4, 2006
Forums IE Caching problem..Application Working fine in Firefox
Topic: Struts
Struts Programmer, Feb 4, 2006
Forums why Connection Object is not serializable?
Topic: JDBC
antony praveen, Feb 4, 2006  [replies:3]
Forums Handling TIF and PDF
Topic: JSP
Saiful Haque, Feb 4, 2006
Forums Can Use case be an actor for another use case?
Topic: UML
manish Wafgaonkar, Feb 4, 2006
[More]

FAQS

I need to have data field of type "Date" in my struts form (corresponding to an entry in a jsp page.) How can I do it since the form class generally has getters and setters for String and Boolean?
Tools:Framework:Struts
WarnerJan Veldhuis PREMIUM, Feb 1, 2006
Create a field as Date, and in the setter, convert the String parameter to a Date. To quickly convert the date, use theDate = DateFormat.getDateInstan...
How to Test struts application. Whether is Junit or cactus which one is best.
Tools:Framework:Struts, Tools:Framework:Struts:Tips
alan do, Jan 25, 2006
http://strutstestcase.sourceforge.net See also this FAQ
How do I make a copy of an array?
Java:API:Collections
John Zukowski PREMIUM, Jan 22, 2006
The arraycopy method of System allows you to do this but... starting in Java 6, there is a new copyOf() method added to the Arrays class that is slightly...
Why did the toURL() method of File get deprecated in Java 6? Should I stop using it now.
Java:API:IO:File System
John Zukowski PREMIUM, Jan 22, 2006
The toURL() method of File does not properly escape characters that aren't valid in a URL. You can write better code today without waiting for Java 6 by...
How can I use a component as a tab text/icon on a JTabbedPane?
Java:API:Swing:Widgets
John Zukowski PREMIUM, Jan 22, 2006
Prior to Java 6, you couldn't. With Java 6, there is a new setTabComponentAt() method of JTabbedPane.
[More]



DOWNLOADS

DB2 Everyplace for Linux
DB2 Everyplace is a database and synchronization solution to extend applications and enterprise data to the mobile devices such as PDAs, smart phones or embedded devices.
DB2 Everyplace for Windows
DB2 Everyplace is a database and synchronization solution to extend applications and enterprise data to the mobile devices such as PDAs, smart phones or embedded devices.
Java TV API Evaluation 1.1 Maintenance Release
A Java ME Package that provides control over functionality unique to television receivers.
Apache Geronimo, Version 1.0
This is a J2EE server project of the Apache Software Foundation. Geronimo is an open-source, certified J2EE server that is licensed under the Apache License, passes Sun's TCK for J2EE 1.4, and reuses the best ASF/BSD licensed code available today, with new ASF code to complete the J2EE stack.
Java Web Services Developer Pack 1.6
The Java WSDP is an all-in-one download containing JAXB, JAXP, JAX-RPC, SAAJ, JAXR, JSF, JSP, JSTL, and Java Servlets. These technologies simplify building Web services using the Java 2 Platform.
[More]

ARTICLES

Using Data Sources the Right Way
Snooped: Jan 1, 2008
Data sources let app servers manage pools of database connections. Learn to set up a version 5.0 data source through IBM WebSphere Application Server
Use Threading Tricks to Improve Programs
Snooped: Jan 1, 2008
In optimizing, everything counts: programming techniques and the Java platform can help you build a thread-hot application
Put GUI Component Classes into Action
Snooped: Jan 1, 2008
Apply a text-based resource bundle to create menu bars and toolbars. Part 2 looks at the details of using the DDActionManager and DDBasicAction classes
Using Ant to Build Code
Snooped: Jan 1, 2008
Project-based Ant provides an array of useful tasks you can use inside any application
Wildcard Instantiations of Parameterized Types
Snooped: Jan 1, 2008
Use wildcards to permit type declarations, courtesy of the Java Generics language construct in the upcoming release of J2SE 1.5
Union and Vertical Mapping of Classes
Snooped: Jan 1, 2008
Meet the challenge of impedance mismatch with object to relational mapping. Part 2 looks at union and vertical mapping as best practice approaches
Whipping Up GUI Components
Snooped: Jan 1, 2008
Apply a text-based resource bundle to create menu bars and toolbars. Part 1 introduces a framework that eliminates the tedium of creating necessary GUI interface components
Mapping Classes to Relational Tables
Snooped: Jan 1, 2008
Meet the challenge of impedance mismatch with object to relational mapping. Part 1 overviews best practice approaches and looks at horizontal mapping
What's Under the Hood?
Snooped: Jan 1, 2008
The escalating use of APIs, platforms, and patterns is opening the developer's art to close inspectio
Tooling for Smoother Web Services
Snooped: Jan 1, 2008
A good set of tools lets you focus on your own skills and knowledge to write Web services and make them run smoothly
[More]





JupiterWeb networks:

internet.comearthweb.comDevx.comGraphics.com

Search JupiterWeb:

Jupitermedia Corporation has three divisions:
Jupiterimages, JupiterWeb and JupiterResearch


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

Jupitermedia Corporate Info | Newsletters | Tech Jobs | Shopping | E-mail Offers