The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:

Weekly Stats

November 25 2009
Projects7,231
Total Members531,320


Today on java.netNovember 25, 2009

I was surprised to read, in Mark Reinhold's post "There's not a moment to lose!", that the primary objective, or use case, behind Sun's sudden desire to add closures to Java is multi-core processors...

Java Today

Mark Reinhold leads the closures charge with There’s not a moment to lose!: The free lunch is over. Multicore processors are not just coming—they’re here. Leveraging multiple cores requires writing scalable parallel programs, which is incredibly hard. Tools such as fork/join frameworks based on work-stealing algorithms make the task easier, but it still takes a fair bit of e
Robilad provides his latest OpenJDK roundup: The JVM Language Summit 2009 took place in September. The first video of a full talk is now available on InfoQ, and it's Rich Hickey's keynote, "Are We There Yet?". John Rose has blogged about his paper on "Bytecodes meet Combinators: invokedynamic on the JVM" for the VMIL workshop at OOSPLA on the internals and implications of adding invokedynamic t
Java Champion Alan Williamson talks about Server side Javascript with CFML: I have always wondered why CFSCRIPT was never Javascript, but instead a half-way house. This is something I have spoken about before in various blogs and forums. I have made no secret of the fact that I have not been a fan of CFSCRIPT and feel it was a lost opportunity. Javascript has taken the development world by stor

Weblogs

There was a bunch of good things to see at this years Devoxx. My personal highlights are ScalaTest (you definitively want to look into this when testing concurrency in any java code ... the best way to test different race scenarios I've seen so far). Another highlight was the amount of work done on JavaFX yet. The new UI for the clickable gui builder shown briefly by Tor ... surely you remember...
My last post was about introduction of continuation is the Java VM, This one is about how to use continuation to easily implement service on top of a non blocking IO server.
------------------------------------------------------------------------------ 1:00-1:45 pm Show Me the Money! by Kristen Knight, Kynetx VP Product Management Monetizing cross-site, context-sensitive apps, revenue models, VAR & Implementor business opportunities. Wal-Mart - generated their own warehousing and distribution infrastructure   rather than depending on manufacturers or 3rd...

Forums

Works fine for everything actually added to the demo app at startup. Problem are that the demo pages themselves are loaded and added only when selected. Any way to restore their state? And if so, how-to? BTW, in case you have not noticed yet:...
Hi All, i have implemented stateful web servies using following mechanism enable a binding property at client side: ((BindingProvider)port).getRequestContext().put(BindingProvider.SESSION_MAINTAIN_PROPERTY, ...
hi. may i know how to exit the mediabox? for example i create a group inside that is the mediabox, but when i click the close button(custom button) it will go to the other group and thus exit the mediabox. current situation is...