» search tips  |  Search:  
 Java The Source for Java Technology Collaboration
 
 Skip to Content
 
 
 
Community
Community Homepage
Community Directory
Project Listing
Request a Project
 
Content
Articles
Weblogs
Wiki
Javapedia
 
News
News Headlines
Submit News
 
Events
Events Calendar
Submit an Event
 
java-net Project
Press Center
java.net Members
Governance
Principles
Vision
 
Related Links
java.com
java.sun.com
jcp.org
wireless.java.sun.com
Java Research License
Java Wear & Books
Get Java
 
 
java.net RSS Feeds.
Java RSS Feeds.
 

Weekly Stats
 
 
java.net
Today on java.net
December 02, 2003

Are Open Source tools worth the price?: No, this isn't FUD from someone trying to scare you away from using any open source project. The roots are in a blog entry that asks how you decide when an open source tool is worth the price. » Read more
 

Projects & Communities

JavaDesktop
Desktop Product Announcements: The Java Desktop Forums features a place where you can announce your latest Java creations. The blurb on the Product Announcements forum says "Applications, component libraries, you name it - if it's shipping, announce it here!" Recent posts include JIDE Dialogs, JFreeChart, and JNIWrapper.»Read more
Java Web Services and XML
Keynote's XML Connections: Apple's presentation tool, Keynote, uses an XML syntax known as APXL (Apple Presentation XmL) for the document data. In his MacDevCenter article Keynote's XML Connections, David Miller walks through creating a Keynote presentation from (in this case) Java code. His example produces a bar chart of the music he is listening to and uses Xerces and MySQL. »Read more
 

Weblogs

John Reynolds
 
 Adventures with JMeter - Are Open Source tools worth the price?: I've spent the past week reaquainting myself with JMeter to do some quick-and-dirty load testing for an application that I am working on, and that's led me to ponder the question: "Are Open Source tools worth the price?"  John Reynolds
Point, Click, and Drool!: Joshua rebukes this too common belief among programmers.  Joshua Marinacci

"Java Desktop System"?: Why was the name "Java Desktop System" selected by Sun for their Linux distribution? Didn't they learn anything from their JavaScript Waterloo?  John D. Mitchell

 

Also in Java Today

SQLTags
As Sue Spielman wrote in Practical JSTL, "The JSTL includes a number of actions that provide a mechanism for interacting with databases." She also points out that this is a violation of MVC. If you are willing to cross that line, SQLTags is an open source project that "builds a custom JSP tag for every table in your relational database." Developer Steven Olson writes " there is a significant class of JSP development that requires database access but does not require pure MVC separation"

Complete the MVC Puzzle with Struts
Sam Dalton provides a nice introduction to MVC Model 2 in his sitepoint article Complete the MVC Puzzle with Struts. He provides a simple example consisting of a pair of JSP pages, a servlet, and a Java Bean. Dalton then introduces Struts. Although the article is full of code, he provides context that should assist those new to struts. For example, he writes, "It might seem as though ActionForms represent the Model of our application, but, in actual fact, they should be considered part of the controller part of the application. Although ActionForm beans can represent the properties of our model, they contain no persistence logic, nor any business logic. ActionForms are used to pass Model information between the Model and the View."

 

Java News Headlines

JFreeChart 0.9.15OpenSymphony SiteMesh 2.0
 
Future IM Awareness Servicesdb4o - Database for Objects 2.8
 
Clover 1.2.4 
 

Featured Articles »