Java Virtal Machine.net

[ News ] rss

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 »

February/2007
SunMonTueWedThuFriSat
    1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
1819 20 21 22 23 24
25 26 27 28    

[ Archives News ]

February 11, 2007

Tom Marble: ITP That Cool Java Thing

category: Developers

ITP means Intent To Package and is what how you inform others that you want to make some interesting software available in a distro specific format. In the case of Debian this activity is all managed by the pseudo-package wnpp (Work-Needing an...

Comment here

More »


Martin Englund (bsc): Finding a needle in a haystack

category: Developers

Ive spent too much time today debugging a problem in a test application which uses the javax.persistence API. The problem is that I added about 15 new persistent classes, and got the following exception:

Comment here

More »


Kohsuke Kawaguchi: Hudson became self-executable

category: Developers

Hudsons installation just got even easier, thanks to the idea by Tim Shadel.

Comment here

More »


Stephen Colebourne: Java language - anonymous methods (CICE)

category: Developers

In my last entry I wrote about method adaptation as an alternative to closures. What if we extended the syntax there to allow anonymous methods?

Comment here

More »


Blarg #26: Latest Java 6 snapshot fixes xgl/Compiz rendering problems

category: Java Technology

I just installed xgl/Compiz/Beryl and am loving it; however, I noticed that Swing apps dont render. Sun has the bug report and the fix, but you have to download the latest Java binaries to get it.

Comment here

More »


Hudson became self-executable

category: Java Technology

Hudsons installation just got even easier, thanks to the idea by Tim Shadel.

Comment here

More »


The Failure of Web-Based ASP Business Models

category: Java Technology

Application Service Providers have migrated to the web in an attempt to provide quick channels of distribution; but more accessible web-based applications doesnt translate well for customer integration.

Comment here

More »


Java Power Tools - a new book on open source Java tools

category: Java Technology

"Java Power Tools" is a new book that Im currently working on about open source (mostly Java) software tools and techniques that can contribute to improving development projects.

Comment here

More »


Normalization: Canonical Composition

category: Java Technology

Continuing the discussion about Unicode normalization, Ill briefly describe Normalization Form C (NFC). NFC is canonical decomposition followed by canonical composition. Its the form you see the most all over the web, etc. In fact, NFC is the preferred...

Comment here

More »


Hibernate dynamic mapping and Dom4J enabled sessions

category: Java Technology

Hibernate dynamic mapping is an experimental feature in hibernate 3.2 but It could be very usefull feature for SDK and framework developers.

Comment here

More »


©2002-2008Java-Virtual-Machine.net