Java Virtal Machine.net

[ News ] rss

September 04, 2010

Scala, JSF 2, and NetBeans. I am working on a web site that will help students practice their Scala programming skills. As I labored along, writing my JSF app code, I thought “this is silly—why not practice Scala at the same time?” But I like JSF and wasn'...

More »

September 03, 2010

Dropping Boxes with JavaFX. Dropping Boxes with JavaFX If you want to work for DropBox, they have an interesting programming test which solution must be submitted together with the CV. I’m not considering a position at DropBox, but their test was too fun to ignore: an int...

More »

November/2006
SunMonTueWedThuFriSat
   1234
567 891011
1213 1415161718
192021 22232425
262728 2930   

[ Archives News
for 'Java Technology' ]

home > news > java technology > november 2006

November 2006

November 30, 2006

Access Desktop Data from Mobile Devices

Your datas on the desktop, and youve got a mobile. Not a problem. By combining an ME midlet with an EE servlet running on the desktop, you can retrieve desktop data, send it to the phone, and work with it there. Biswajit Sarkar offers a simple example ...

1 Comment

More »


November 28, 2006

(Not So) Stupid Questions 15: How Can a Constructor Be Private?

This "stupid question" is about the ability to put a private access modifier on a constructor, making it unavailable to other classes.

Comment here

More »


November 21, 2006

XML Signature with JSR-105 in Java SE 6

XML Signature is an important enabling technology for WS-Security, verifying that an XML document has not been altered since it was signed. In this article, Young Yang looks at how JDK 6s implementation of JSR-105 offers XML Signature technology to Jav...

Comment here

More »


November 18, 2006

Enterprise Java Technologies Tech Tips - Novemeber 2006

Welcome to the Enterprise Java Technologies Tech Tips for November 18, 2006. Here youll get tips on using enterprise Java technologies and APIs, such as those in Java Platform, Enterprise Edition (Java EE). This issue covers: Using Java Persistenc...

Comment here

More »


November 13, 2006

Motherhood, Apple Pie and Web apps

In this entry, Ed explains why server side frameworks are important, even in a world of Ajax and GWT.

Comment here

More »


November 13, 2006

java.net Editorial: Not a Hoax

The day that some never thought would come, has. Suns Java SE and ME runtimes, and the GlassFish EE application server, have all been released under terms of the GPL. In this editorial, java.net editor Chris Adamson takes a look at the open source Java...

Comment here

More »


November 07, 2006

Nuances of the Java 5.0 for-each Loop

Java 5.0s for-each loop saves keystrokes, but thats not all it does. It offers opportunities for compiler optimizations, as well as for subtle bugs from unboxing and null-handling. Nishanth Sastry has some strategies for getting the most out of 5.0s fo...

Comment here

More »


©2002-2008Java-Virtual-Machine.net