Cluster your application - NOW!
Is your Java Application Server clustered? Why not? It should be, and your reasons for NOT clustering have vanished, so there’s no excuse. Cluster.... more »
0 commentsSave Tags: java, server
Platform to Platform
Recently, I've been working with a client as part of a major platform change they're making. It's the third time I've been involved with a big... more »
0 commentsSave Tags: opinion, server
Grizzly's OSGi bundles
Grizzly has OSGi bundles available for a while, but we haven't made any noise about it yet to let the spotlight on GlassFish v3. Since OSGi is the... more »
0 commentsSave Tags: frameworks, java, server
Hitting 300 SimbleDB Requests Per Second on a Small EC2 Instance
Parallelization is the approach taken by Haakon@AWS in his Java code example of how to get the most out of SimpleDB. You can find the code at Indexing... more »
0 commentsSave Tags: database, frameworks, server, trends
Moving SSL certificate from Apache to Tomcat
When switching to a pure tomcat setup, one of the first things you do is to move your ssl certificate to tomcat.
0 commentsSave Tags: how-to, java, security, server
Developing long term strategies for using Java EE technology
This article attempts to explain how you can minimize your exposure to incompatible changes in the Java EE platform.
0 commentsSave Tags: how-to, java, server, trends
Deploying on Phusion Passenger
A very large number of PHP developers, perhaps even the majority, are building smaller web applications. These applications receive only a moderate... more »
0 commentsSave Tags: ruby, server
Garbage First: Alternative Garbage Collector for the CMS Collector
InfoQ has a link to a nice interview held with Tony Printezis at the JavaOne 2008 about the new garbage collector "Garbage First (G1)" which will be... more »
0 commentsSave Tags: java, news, server
Comet Gazing: Solutions
This time, we’ve asked our contributors the question: “In your experience with Comet development, what solution to a problem are you most proud of,... more »
0 commentsSave Tags: frameworks, javascript, server
How to set up an ASP.NET web site with IIS
The objective of this tutorial is to show the steps that have to be followed in order to set up an already created ASP.NET web site with IIS 5.0/6.0... more »
0 commentsSave Tags: .net, server, web design
Tracking Database Changes Using Triggers
How to easily and automatically track database changes, both in a single table and in foreign key tables. Also, code to effectively display changes in... more »
0 commentsSave Tags: .net, database, how-to, server