Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Java 8 Preview (Score 1) 906

I use the IBM JVMs under AIX in a high volume production environment. It works pretty good except the headless AWT is broken. Otherwise, it does pretty well.

Comment Re:Should have used PHP. (Score 1) 324

I'd agree that a lot of J2EE applications and containers are complete shit (i'm a java developer and I like it, dammit). If you want to write good and scalable java code, a lot of times it's better to go with a lightweight system. an example is the Pojo message beans you can use with spring, or using embedded Jetty instead of a big slow ass websphere to serve up web services. Leaks in java apps crack me up because it's usually somebody who doesn't understand the feature they're using.

GNOME

Submission + - Latest GNOME 2.18 released

An anonymous reader writes: The GNOME Project has released the brand new 2.18 version of the popular open source desktop environment.
Unix

Submission + - File descriptors and why we can't use them

insane_coder writes: "I wrote a short article explaining the virtues of file descriptors, and how file management security is now going to get much better and easier to program with soon to be standardized functions, yet why we can't make good use of it. I also propose what we may be able to do to fix it."

Slashdot Top Deals

If all else fails, lower your standards.

Working...