Pushing the envelope

Darren's take on Java, agile methods, cool open source stuff, interesting technologies and other random wanderings through the land of blog.
Updated: 26/01/2003; 11:50:01.
Places to go
Apache Jakarta Project
c2.com
ExtremeProgramming.org
OpenSymphony
XProgramming.com
XP Developer

People to see
Russell Beattie
Eugene Belyaev
Tony Bowden
Mike Cannon-Brookes
Jeff Duska
Paul Hammant
Scott Johnson
Brett Morgan
Rickard Öberg
James Strachan
Joe Walnes

Things to do

Subscribe to "Pushing the envelope" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.


That was the day
September 2002
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          
Aug   Oct



Archives
December 2002
November 2002
October 2002
September 2002
August 2002

Listening To


Valid RSS

Click here to visit the Radio UserLand website.

  23 September 2002

Just been playing with the EOB-Prevayler demo. Very cool. The app that wouldn't die. Bounce the client: state is preserved. Bounce the server: state is preserved. Database Not Included (or required). Even cooler: open 3 or 4 windows and watch them all update when one is changed. Very, very cool.

3:22:52 PM      comment []

Transparent RMI. There's an interesting article over on JavaWorld: "Empower RMI with TRMI". Transparent RMI makes it simpler to create RMI services. No more extending Remote and having every method throw RemoteException & it also centralizes error handling on the client side. It appears to be using dynamic proxies to simplify things... I need to investigate this further. [Otiose Cognitions]
While you're at it, have a look at altRMI.

11:31:55 AM      comment []

Persistence.... I've been looking into a lot of different persistence strategies for "Java" lately for projects I'm working on at work. Currently most of our projects still use hand-coded SQL (JDBC) which is far from desirable. [Otiose Cognitions]

I hear good things about Kodo JDO. Might be worth a look.


11:29:38 AM      comment []

Free learning from MIT. Nice of them.

12:03:30 AM      comment []

© Copyright 2003 Darren Hobbs