March 17, 2010
Using JSF 2.x on Tomcat 6.x.. If you want to use JSF 2.x on a Tomcat 6.x server you have 2 options,
see this short article.
More »
March 17, 2010
Declarative Hyperlinking Enhancements. I've spent some time fleshing out the code in the experimental declarative hyperlinking module I blogged about earlier. In that earlier entry I showed how you could use the new @Link annotation with existing URI templates either explicitly like ...
More »
|
 |
July 2009
July 31, 2009
If you are using Warbler to create a WAR file of your application and
deploying on GlassFish
or any other Servlet container, then you are likely seeing the
following error during deployment: [#|2009-07-30T15:29:50.788-0700|SEVERE|sun-appserver2.1|ja...
More »
July 31, 2009
This entry show how to implement an Expression Tree like the one that comes with the DLR in Java on top of JSR 292 API.
More »
July 31, 2009
This past week's java.net poll about the emerging JDK 7 drew 488 votes and almost 2000 words of commentary and debate... Also:
Java Today: Congratulations to our Java ME Rock Stars!; Java for Mac OS X 10.5 Update 5 Developer Preview (9M3092); and CRU...
More »
July 31, 2009
An interview with Ph.D. candidate Valderi Leithardt in Brazil on using SunSpots for gesture recognition.
More »
July 30, 2009
Leverage undocumented JavaFX capabilities to support custom paints in version 1.2.
More »
July 30, 2009
The Garbage-First Garbage Collector (or G1 GC for short) is a new GC that is being introduced in the Java HotSpot VM in JDK 7.
More »
July 30, 2009
The JavaOne 2009 Rock Stars were just published. Hinkmond Wong (phoneME Project Lead) and Eric Arsenau (Principal Investigator, SquawkVM) made the list. Congratulations!
More »
July 30, 2009
This is a *very* preliminary post that will be followed by a more detailed document during August. But since I'm getting some feedback in private channels, I'd like to let people know what's going on.jrawio so far has been primarily...
More »
July 30, 2009
Apache
Wicket
is an application framework to build web applications using
HTML for markup and POJOs to capture the business logic and
all
other processing. Why Wicket
digs more into the motivation behind this framework. This Tip Of The Day (TOT...
More »
July 30, 2009
JPA 2.0 Concurrency: Optimistic and Pessimistic locking, how, why, advantages, disadvantages
More »
|