January 11, 2007
Top o' the Mornin to You
Cocaine contaminates Irish euros [bbc.co.uk]: Who said the Irish don't know how to party? I'm thinking about taking a trip out there to visit with my sister for St. Patrick's Day and now I know it'll feel just like home in CT ;-)
Posted by Guy at 03:36 PM | Permalink
| Comments (0)
| TrackBack
January 03, 2007
Server Side Eclipse: Part 2
Okay, I finally read the article from yesterday about server side OSGI frameworks. There were 3 approaches presented, 1 traditional and 2 proposed:
- Traditional web application server structure
- Embedding Equinox in an existing application container
- Embedding an application container in Equinox
Of course, the interesting approaches are the proposed ones. Approach 2 uses a more traditional J2EE metaphor where approach 3 breaks the mold and proposes one server per application. I don't think the one server per web application is probably the best or most efficient way to go. Also it has the potential to not scale well or fit in with existing enterprise architectures. Sure it's novel, but it's probably only an answer for personal servers.
Posted by Guy at 10:34 PM | Permalink
| Comments (0)
| TrackBack
January 02, 2007
Server Side Eclipse
Eclipse, Equinox and OSGI [theserverside.com]: Finally an article discussing a potential server side implementation of the OSGI framework. Personally I think this is where OSGI will shine as opposed to Eclipse. On the desktop I've tried to write a straight OSGI application using Equinox, but deployment and packaging issues stopped me. In the end I needed to host my OSGI bundles within an Eclipse client.
Posted by Guy at 11:00 PM | Permalink
| Comments (0)
| TrackBack