Browse by Tags

19 February 2004
Delivering presentation over Web Services with WSRP
I recently was asked to talk about the possibilities of implementing a WSRP consumer on the .NET platform. And suprisingly, it has very little to do with Web Services Routing Protocol. "Web Services for Remote Portlets" is the OASIS specification name and it's all about delivering presentation instead... Read More...
30 June 2003
Code organization, namespaces, components and so forth
When working with Java at least one thing is pretty straight forward. You use packages and they have to map directly to directories on the harddrive. .NET is nicer and allows you to do whatever with sourcefiles, namespaces and project files. This can cause a real mess though, if you don't have a well... Read More...
25 May 2003
CMP & JDO Compared
It's always interesting checking out what they are doing on the other side of the fence. David Jordan and Craig Russel compares the two emerging persistence mechanisms on the java platform : Container Managed Persistence and Java Data Objects. The exerpt is found on O'Reilly . Read More...
19 March 2003
Persist through winter
Another exiting Java based project is going .NET. I've done a lot of reading on persitance frameworks and OR mapping lately and Hibernate is definately getting a go. Firstly in Java, but hopefully the guys at the NHibernate project can get something going aswell.. Read more at Edgar Sanchez's blog Still... Read More...
27 February 2003
Object hierarchies in memory and pattern usage strategies.
[ this should maybe be a story, and is under construction. I plan to add som models etc. comment if you like! but its more to come... ] I've been working since mid-jan now with a reengineering of a SQL Server solution. Our task is to port the part of their system containing Contact information to J2EE... Read More...
More Posts