Sun Releases Java Desktop 3
At LinuxWorld this week Sun showed off Java Desktop 3.0. Aimed at the corporate desktop environment, the operating system includes the Linux 2.6 kernel as well as additional Windows interoperability...
View ArticleMigrating WebLogic EJB Applications to JBoss
ONJava.com has published an excellent guide on how use XSLT and MySQL to migrate WebLogic server applications to the JBoss open source platform...
View ArticleUsing XQuery in Java
DeveloperWorks has published an article showing how to use XQuery in Java to extract information not only from XML documents, but also from HTML pages. For instance, you can write a simple application...
View ArticleJohn Carmack Talks About Writing Cell Phone Games
John Carmack, the man behind games like Quake and Doom decided to take a recreational break from aerospace coding and write DoomRPG, a 3D cell phone game in Java using CDLC and MIDP. In a very...
View ArticleSun To Open Source Java
According to the most recent statement by Sun Microsystems president and chief operating officer Jonathan Schwartz, the company will likely make the Java Enterprise System available as open source. The...
View ArticleBest New Features of Java 5.0
ONJava.com has published an article describing in detail the best new features of version 5.0 of the Java language. These include Callable and Future Interfaces, Varargs and Autoboxing, Iterable and...
View ArticleCreating Java Applications for Mac OS X Using Eclipse
MacDevCenter has published an article that explains how to use the Eclipse IDE to develop Java based Cocoa applications for Mac OS X. Eclipse is free and offers many advantages for Java compared with...
View ArticleJava GUI Programming: Swing vs. SWT
If you're a Java developer trying to decide between using Swing or SWT for your next project, this excellent article is just what you need. Although the article comes out in favor of Swing, it does...
View ArticleUsing Generic Types in Java 5.0
ONJava.com has published a two-part article explaining how to use the new generic types feature in Java 5.0. This feature allows you to create parameterized types which provide a degree of type safety...
View ArticleUsing the Google Web API from .NET and Java Applications
Informit.com has published an article explaining how to use the Google Web API from your own .NET and Java applications. Using the Google Web API, your applications can access many of Google's...
View ArticleLAMP Development Threatening Dominance of .NET and Java
The LAMP open source development stack is steadily winning marketshare against Microsoft's .NET and Sun's Java programming suites. LAMP includes the Linux operating system, the Apache web server, the...
View Article