Wed Feb 14 07:28:56 GMT 2007
From
/weblog/java/features
Tutorial of service loader, which is more easy and clear to define and use the service of a jar -
http://www.javaspecialists.co.za/archive/newsletter.do?issue=139
(google search)
(amazon search)
Thu Jan 18 17:11:24 GMT 2007
From
/weblog/java/libraries
How to debug JWS/JNLP
The easiest way found, that works since 1.5:
set JAVAWS_TRACE_NATIVE=1
set JAVAWS_VM_ARGS=-Xdebug
-Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,
address=8989,server=y,suspend=n
javaws http://server:port/descriptor.jnlp
http://icoloma.blogspot.com/2005/06/how-to-debug-jwsjnlp.html And somebody report problem of using it, not sure if sun respond to any of those -
http://www.dynamicobjects.com/d2r/archives/002859.html
(google search)
(amazon search)
Thu Jan 18 08:05:38 GMT 2007
From
/weblog/java/performance
In this article, the authors draw from their practical experience to list and discuss some critical considerations when building J2EE applications so that they can be deployed in a clustered environment without requiring any code changes.
http://www.onjava.com/lpt/a/4993 Someone tested that using Terrcotta is much better than RMI broadcast -
http://pojomojo.blogspot.com[..]educing-bottlenecks-in-jee-stack_14.html
(google search)
(amazon search)
Wed Jan 17 07:01:54 GMT 2007
From
/weblog/java/servlet
Web application can do something funny at client side, here is an example of sync google calender with client side embedded database.
http://today.java.net[..]6/synchronizing-web-client-database.html
(google search)
(amazon search)