Blogging Roller
Dave Johnson on blogging, open source and Java
Dave Johnson on blogging, open source and Java
Above: a random selection of photos from my Flickr photo-stream.
I can understand that it might be difficult for CQHost to provide anything near 99% uptime for only $12.50 per month. What I cannot understand is their complete refusal to provide any Servlet engine status information on their Server Manager web page. They don't even give you access to your logs in the Server Manager. When the Servlet engine goes down, it would be very reassuring to read "JSP support is down now, we are working to restore service" or something like that. I guess they prefer to wade through piles of "SERVER DOWN!" trouble tickets.
Other ISPs provide detailed status information. How nice. I wish those other ISPs also offered Servlet support.
Dave in Roller 08:25AM Jun 20, 2002 Comments[0]
Tags: Roller
you need to decide whether you want an object model for your application or not. If not, use JDBC, if you do, consider JDO.David Jordan of Object Identity following-up his talk on the Triangle Java User's Group mailing list. FYI: Roller uses Castor JDO, which is quite different from Sun's JDO.
Dave in Java 08:11AM Jun 20, 2002 Comments[0]
Tags: Java