Weblogs |
 |
Move Over Apache
The reason why I'm writing this blog is that so many out there have shied away from contributing to Sun's open source initiative under the CDDL. I'd like to use my last year as an example of the opportunities that are provided by making that one decision, the same decision that any of you can pursue. —
Jacob Hookom
Humane interfaces, simplisticity, and domain languages
Weighing in on the debate over "humane" vs. minimal interfaces, what simplicity doesn't mean, and how creating good languages is the only truly humane solution. —
John D. Mitchell
If you use Linux, you should use JPackage
The lives of Linux System and Network Administrators and Developers would be easier if all Java software vendors started to use JPackage guidelines when building their installation packages. —
Fernando Lozano
Forums |
 |
I want green threads. Help me brainstorm how...
I have an application (a simulation framework) which could benefit from green threads (aka user-level threads). [...] Unfortunately, the -green JVM option was dropped in 1.4. I have been trying to come up with a way to get green threads behavior, but it is difficult as Java doesn't support continuations. —
Re: Chapter 7: Ruby on Rails
Why should I want to replace the Java platform? I'm earning my money with it and it's a huge platform that contains everything that one can need (libraries, tools, etc) But: it does not mean that Java (the language) is the last word in language design. [...] Not to mention that I'm slowly losing trust in the Java language development team, after such nonsense as static imports added to the language (I won't discuss Generics). With all the mad talk about adding direct XML to the language & all, I'm looking for possible(!) exit strategies from the Java language that will allow me to keep on using the Java platform —
Also in Java Today |
 |
Tune Your TCP
If you're doing big file transfers, you might find that big pipes don't always deliver the performance you may expect. But don't automatically blame the network engineers: the problem may well be un-tuned software. In the ONLamp feature Tune Your TCP, Brian Tierney shows how to determine optimal send and receive buffer sizes, and how to set those parameters on Java's Socket class.
Using AJAX with Java Technology
"Java technology and AJAX work well together. Java technology provides the server-side processing for AJAX interactions. It can provide this through servlets, JavaServer Pages (JSP) technology, JavaServer Faces (JSF) technology, and web services. The programming model for handling AJAX requests uses the same APIs that you would use for conventional web applications. JSF technology can be used to create reusable components that generate the client-side JavaScript and corresponding server-side AJAX processing code." In the tech tip Using AJAX with Java Technology, Greg Murray shows how to create auto-completing text fields in a browser with AJAX and servlets.
Java News Headlines |
 |
