User: jules_gosnell
  Date: 02/04/10 12:51:38

  Modified:    jetty    TODO
  Log:
  update
  
  Revision  Changes    Path
  1.17      +48 -55    contrib/jetty/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/TODO,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- TODO      9 Apr 2002 21:46:29 -0000       1.16
  +++ TODO      10 Apr 2002 19:51:38 -0000      1.17
  @@ -1,51 +1,68 @@
  -IMMEDIATE
  ----------
  -
  -what has happened to the WebIntegrationTestSuite - ask Jason.
  -
  -Virtual host support - now in AbstractWebContainer - can't see it... - 2.4.5 only
  +ClusteredStore should be the default DistributedHttpSession strategy.
   
   In normal build - sar should be split up so that jboss-service.xml is
   easily accessed. - JG
   
  -In devel target - jetty-ejb.jar should live inside jetty-plugin.sar - JG
  +In devel target - jetty-ejb.jar should live inside jetty-plugin.sar -
  +JG
   
  -Persistant/Distributed Sessions - various implementations - JG
  +Distributed HttpSession - We need a ?Cactus-based? session aware
  +test-suite - JG?
   
  -Test Sacha's stuff - We need a ?Cactus-based? session aware test-suite - JG?
  +Finish support for running from packed war.This may not be
  +possible. Methods that require wars to be unpacked should either isue
  +a warning if called on a packed webappp, or unpack lazily when
  +required.
   
  -Refactor/Lose TimeOutManager
  +Finish FAQ. - talk to Greg.
   
  -Repackage legacy servlets into webapp ?
  +Should servlet API and Jasper be included in jetty-plugin.sar - if so,
  +why doesn't it work?
   
  -CGI servlet needs work
  +If I bounce Jetty, JBoss does not redeploy extant webapps
  +(AbstractWebContainer moans if I deploy something, bounce Jetty, then
  +un/redeploy it.) - This will be fixed by David Jenks dependency stuff.
   
  -Seperation of Web from other tiers ?
  +Why does my CoarseHttpSession stuff not work anymore? - JG
   
  -JBoss/Jetty sould have a default app - either Jetty demo - or petstore
  -(copyright problems??) (or both, we could hand petstore and jboss
  -website off Jetty Demo).
  +Descriptors are parsed into DOMs - SAX would be faster (do we really
  +need DOM) - what about JAXB?
   
  -Talk more about 24x7 strategies for safe redeployment of apps and
  -jetty itself.
  +Both Jetty and the integration code parse web.xml - waste of time
  +
  +Jasper should be top level and shared with Catalina
  +
  +There are two servlet APIs in the tree. There should be one at the top-level.
   
  -investigate work being done on web services - does it run on Jetty ?
  +CoarseHttpSession implementation has no GC - it will need it
   
  -investigate other major J2EE webapps (struts, velocity, cocoon, web
  +Investigate other major J2EE webapps (struts, velocity, cocoon, web
   services etc) and ensure that they run OK on JBoss/Jetty. Testsuite
   should run through them.
   
  -we need a test harness that runs up Jetty and TomCat on different
  -ports, deploys the same webapp to them and then calls each test in
  -turn comparing the outputs. - this should be an extension of
  -watchdog.(to compare two web-containers).
  +Refactor/Lose TimeOutManager
   
  -finish support for running from packed war.This may not be
  -possible. Methods that require wars to be unpacked should either isue
  -a warning if called on a packed webappp, or unpack lazily when
  -required.
  +what has happened to the WebIntegrationTestSuite - ask Jason.
   
  -Finish FAQ. - talk to Greg.
  +Virtual host support - now in AbstractWebContainer - can't see it... -
  +2.4.5 only
  +
  +Persistant/Distributed Sessions - various implementations - JG
  +
  +Repackage legacy servlets into webapp ?
  +
  +CGI servlet needs work
  +
  +Talk more about 24x7 strategies for safe redeployment of apps and
  +jetty itself.
  +
  +Investigate work being done on web services - does it run on Jetty ?
  +
  +Seperation of Web from other tiers ?
  +
  +JBoss/Jetty sould have a default app - either Jetty demo - or petstore
  +(copyright problems??) (or both, we could hand petstore and jboss
  +website off Jetty Demo).
   
   We need to be able to understand BEA and WS proprietary dds, so we can
   deploy their apps with no porting effort. Bill says BEA webcontainer
  @@ -62,32 +79,8 @@
   
   Investigate SSL
   
  -AbstractWebContainer is already parsing jboss-web.xml, so we should not
  -need to parse it as well.
  -
  -If I bounce Jetty, JBoss does not redeploy extant webapps
  -(AbstractWebContainer moans if I deploy something, bounce Jetty, then
  -un/redeploy it.) - This will be fixed by David Jenks dependency stuff.
  -
  -Why does my CoarseHttpSession stuff not work anymore? - JG
  -
  -FURTHER AWAY
  -------------
  -
  -Should servlet API and Jasper be included in jetty-plugin.sar - if so, why doesn't 
it work?
  -
  -CoarseHttpSession implementation has no GC - it will need it
  -
  -Descriptors are parsed into DOMs - SAX would be faster (do we really
  -need DOM) - what about JAXB?
  -
  -Both Jetty and the integration code parse web.xml - waste of time
  -
  -Jasper should be top level and shared with Catalina
  -
  -There are two servlet APIs in the tree. There should be one at the top-level.
  -
  -Virtual Host support
  +AbstractWebContainer is already parsing jboss-web.xml, so we should
  +not need to parse it as well.
   
   Seperation of Presentation from Business Logic tier - by RemoteMBeanProxy???
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to