Contents tagged with JavaJ2EE related
-
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.
-
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-thought policy on how it should be done.
-
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.
-
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
-
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... ]