RE: [JBoss-user] Design Question...

2001-07-30 Thread Dan - Blue Lotus Software
You can also switch to a servlet container that supports v2.3 of the Servlet specification, such as Catalina (Tomcat v4.0). The new servlet spec supports event handling, and there is an event for the timeout of sessions. You can add a listener for these events, and do any necessary cleanup when

RE: [JBoss-user] Jive Forums speed feed-back wanted

2001-07-27 Thread Dan - Blue Lotus Software
IIRC, you can give width suggestions to tables, which in turn causes Netscape to render the tables without having to load the entire table first. IE and Mozilla both have the ability to resize a table after it has been drawn. They use this to render a table when only part of the table has been

[JBoss-user] Catalina integration with Jboss?

2001-06-10 Thread Dan - Blue Lotus Software
Has anyone already integrated Tomcat Catalina with JBoss, so that they run within same process? Is Catalina still too much of a moving target to have this code added to the JBoss source tree? -dan -- Dan Kirkpatrick, Software Architect Blue Lotus Software+44 (0) 1224 575 985 [EMAIL

RE: [JBoss-user] routing web page request via servlet

2001-06-01 Thread Dan - Blue Lotus Software
Your intentions are not really clear based upon what you say here. Let me try to paraphrase, to see if I've got it correct. You're using /EntryPointServlet as a controller in an MVC/Model 2 architecture. That is, all requests for pages are *supposed* to go through /EntryPointServlet, which

RE: [JBoss-user] routing web page request via servlet

2001-06-01 Thread Dan - Blue Lotus Software
, pretty good. any more advice gratefully receieved cheers, simon - Original Message - From: Dan - Blue Lotus Software [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 01, 2001 4:45 PM Subject: RE: [JBoss-user] routing web page request via servlet Your intentions are not really

RE: [JBoss-user] The Notion of an Application

2001-06-01 Thread Dan - Blue Lotus Software
I think you're mixing paradigms here. EJBs are just objects. Entity beans represent data objects, while session beans represent actions. You can store the data retrieved from entity beans with the servlet context (if you're writing server-side apps) or in a globally accessible variable (say, a

RE: [JBoss-user] How to precompile JSPs using Ant?

2001-05-30 Thread Dan - Blue Lotus Software
Tomcat has a utility called jspc that can be used to convert .jsp files into .java files. From there, it is a simple exercise to compile the .java files. -dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Dole Sent: Wednesday, May 30, 2001 6:06

RE: [JBoss-user] How to use Apache + JBoss-Tomcat ?

2001-04-09 Thread Dan - Blue Lotus Software
Yes. I use mod_jk to do this now. Simply follow the directions for setting up Apache and Tomcat together. This will work with JBoss-Tomcat, as well. -dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Chow Sent: Monday, April 09, 2001 7:42 AM

RE: [JBoss-user] How to use Apache + JBoss-Tomcat ?

2001-04-09 Thread Dan - Blue Lotus Software
is being created by jboss-deployer? I dont want to have a different docroot for static pages. Looks like I have to create the tomcat/webapps/myapp directory structure and copy all the static pages there? Tahir -Original Message- From: Dan - Blue Lotus Software [mailto:[EMAIL PROTECTED]] Sent

RE: [JBoss-user] How to use Apache + JBoss-Tomcat ?

2001-04-09 Thread Dan - Blue Lotus Software
once I deploy everything in an .ear file. During development everything went fine. Any clue? Tahir -Original Message- From: Dan - Blue Lotus Software [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:45 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] How to use Apache