iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
April Fool's Joke? Pure Servlets
Tim rants after reading an article on DeveloperWorks titled, "Pure servlets: Rethink the view" by Jason Van Cleve...
0 commentsSave Tags: java
How to Get the Attention of a Venture Capitalist
Guy Kawasaki (Garage.com) provides a cogent list of the tips to get the attention of a venture capitalist.
0 commentsSave Tags: opinion, trends
Does Mobile Web 1.0 really exist?
One might ask if the concept "Mobile Web 1.0" itself is still largely hype...
0 commentsSave Tags: mobile, web design
What Should be In JEE 6? Gavin King's Wish List.
Gavin King, Hibernate creator and Seam project lead, has posted the first of a series of posts containing his wish-list of features for JEE 6.
1 commentsSave Tags: java, trends
The Oracle Java Developer's Guide to JavaOne 2007
Explore the results of Oracle's deep involvement in the EJB 3.0/JPA and JSF specifications and more than 100 other JSRs, as well as its key role in... more »
0 commentsSave Tags: database, java, news
SlickEdit 2007 Now Available...
SlickEdit 2007 introduces new core editing features that allow power programmers to be more productive by reducing repetitive tasks.
0 commentsSave Tags: tools
Integrating Java Content Repository and Spring
In this latest InfoQ article, Costin Leau provides a nice introduction to JSR 170 (Java Content Repositories) and how to integrate it with Spring... more »
0 commentsSave Tags: java, tools
Enough of Processes: Let's Do Practices (Part 1)
In the first installment of this two-part article, the authors examine the problems created by today's software development processes -- and why we... more »
0 commentsSave Tags: opinion, research, trends
Opera Developer Console
The Opera Developer Console is a web technology-based tool for inspecting and analyzing various aspects of a webpage during development or debugging.... more »
0 commentsSave Tags: css-html, javascript, web 2.0, web design
DotMobi Mobile Web Developer's Guide
This is quite a comprehensive guide to mobile web development. It layers on the advice from the W3C's Mobile Web Initiative Mobile Web Best Practices... more »
0 commentsSave Tags: css-html, mobile, web design
Hacking Enums
Enums are implemented as constant flyweights. You cannot construct them. You cannot clone them. You cannot make copies with serialization. But here is... more »
0 commentsSave Tags: java
Java SE 1.5.0_11
The Sun Java Platform, Standard Edition (JSE) Development Kit (JDK) contains the essential compiler, tools, runtime libraries, and APIs for developers... more »
1 commentsSave Tags: java
How To Retrieve Remote JVM Monitoring And Management Information
Using JMX to programatically to retrieve the information that JConsole displays is easy.
0 commentsSave Tags: java
Running Java Web Start apps on Ubuntu Linux for AMD 64
if you are running Ubuntu Linux for AMD64 Java Web Start won't work out of the box with the 64 bit JVM.
0 commentsSave Tags: java, unix-linux
Bug Fix for the Java DST Bug Fix
The Java patch for the daylight saving time schedule change has a bug. But most applications are probably unaffected.
0 commentsSave Tags: java
Service-Oriented Architecture and Java ME
Take ubiquitous connectivity, a common transport - HTTP, a data representation standard - XML and Java ME, roll it all together and we have Web... more »
0 commentsSave Tags: java, mobile, web services
Integrating Maps into Your Java Web Application with Google Maps and Ajax
Want to provide maps in your web application? The Google Maps API is straightforward to call from Java, and with an Ajax-ian approach, you can make it... more »
0 commentsSave Tags: ajax, java, web 2.0
Python 2.4.4 (Final)
Python 2.4.4 is now available. This is a bugfix release of the older Python 2.4.
0 commentsSave Tags: announcement, python
Invoking Assembly Language Programs from Java
Nearly everything written about Java Native Interface (JNI) assumes that your native code will be written in C or an offshoot like C++ or Objective-C.... more »
0 commentsSave Tags: java, other languages
Tutorial: How to Create an AJAX-based file upload progress bar
Helge Tesgaard has written a nice tutorial on How to Create an AJAX-based file upload progress bar with AppFuse 1.9.3. Check it out if you have a need... more »
0 commentsSave Tags: ajax, how-to, java
An Architect's Perspective on Application Quality (Part 2)
Part two of this series on application quality from an architect's perspective focuses on the importance of following a well-defined, consistent... more »
0 commentsSave Tags: java, research, standards, trends
Migrating EJB 2.x applications to EJB 3.0
Gradually and iteratively adopt the benefits of the newest EJB specification.
0 commentsSave Tags: java
Interview: Google's Bruce Johnson on the new GWT 1.1 Release
Version 1.1 of the Google Web Toolkit has just been released. New features include localization support, RPC optimizations, and JUnit enhancements.... more »
0 commentsSave Tags: ajax, java
How Do Compliance Issues Affect You as a Developer?
If regulatory compliance is threatening to cloud your sunny development world, take heart! There are tools available to help you keep your apps in... more »
0 commentsSave Tags: java
Build a Low Overhead Test Bed for Your JDBC Code
Testing your Java applications against a database can be a pretty painless endeavor thanks to the Cloudscape database built in to IBM's Rational... more »
0 commentsSave Tags: java