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
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | | 1 | 2 | 3 | 4 | | 5 | 6 | 7 |
8 | 9 | 10 | 11 | | 12 | 13 |
14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 |
22 | 23 | 24 | 25 | | 26 | 27 | 28 |
29 | 30 |
| |
|
 |
November 2006
November 30, 2006
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 ...
More »
November 28, 2006
This "stupid question" is about the ability to put a private access modifier on a constructor, making it unavailable to other classes.
More »
November 21, 2006
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...
More »
November 18, 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...
More »
November 13, 2006
In this entry, Ed explains why server side frameworks are important, even in a world of Ajax and GWT.
More »
November 13, 2006
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...
More »
November 07, 2006
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...
More »
|