Blogging Roller
While rollerweblogger.org is down, I'll be blogging here



Subscribe to "Blogging Roller" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.
 

 

Sunday, June 02, 2002
 

[rebelutionary] -> I was thinking about what John Robb said today. Knowing how few Java / J2EE focussed weblogs there are, I decided to create a page listing to all that I have found. Hopefully this list will get larger in time and will help Java bloggers find other Java bloggers! See Java and J2EE Weblogs.

12:43:16 PM    

I've been using the commercial Resin 2.1.1 server for all my Roller work for about a week. I have found Resin to be noticably faster than Tomcat 4.0.1, but I have not done any benchmarks.  I also found Resin to be easy to setup, just like Tomcat: unzip the files and run the start-up script. Right now, I have no reason so switch back to Tomcat.  I'll stick with Resin at least until I have time to take a look at the Tomcat 4.1 release candidate.

Resin implements the Servlet 2.3 specification, but Resin also offers some nice non-standard ease-of-use enhancements. For example, if you put Java files in your webapp's /WEB-INF/classes directory, Resin will watch them and compile them when they change. I won't use that, but it sounds kind of nice. Another example: when Resin detects that my webapp's classes or jars have changed it will reload the webapp - with Tomcat 4.0.1, I had to restart the whole server when my webapp's jars changed.
 
Resin allows you to include Servlet Context configuration properties inside your webapp's web.xml file, using non-standard (proprietary) XML tags. For example, you can configure Servlet Authentication by putting a Resin-specific <authenticator> tag within the standard <login-config> tag. This is convenient for developers, but as you write your build and install scripts, you'll need to be aware that non-standard web.xml stuff like that will cause porting problems and will have to be stripped out before deployment on other servers.  Instead of adding new XML tags to web.xml, I'd would rather see them add a separate web-resin.xml file for their stuff.

9:26:22 AM    



Click here to visit the Radio UserLand website. © Copyright 2002 David M Johnson.
Last update: 8/20/2002; 12:06:25 AM.
This theme is based on the SoundWaves (blue) Manila theme.
June 2002
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
May   Jul


What is this webpage?

This is my old weblog. I only blog here when my real weblog Blogging Roller is experiencing technical difficulties.