User: jules_gosnell
  Date: 02/04/09 14:46:29

  Modified:    jetty    TODO
  Log:
  update
  
  Revision  Changes    Path
  1.16      +69 -18    contrib/jetty/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/TODO,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- TODO      7 Mar 2002 00:53:49 -0000       1.15
  +++ TODO      9 Apr 2002 21:46:29 -0000       1.16
  @@ -1,36 +1,76 @@
   IMMEDIATE
   ---------
   
  -Finish FAQ.
  +what has happened to the WebIntegrationTestSuite - ask Jason.
   
  -Refactor JettyService using createService and direct delegation to a
  -Jetty instance.
  +Virtual host support - now in AbstractWebContainer - can't see it... - 2.4.5 only
   
  -We need a testsuite for distributed sessions. Us Cactus - JG
  +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
   
   Persistant/Distributed Sessions - various implementations - JG
   
   Test Sacha's stuff - We need a ?Cactus-based? session aware test-suite - JG?
   
  -In normal build - sar should be split up so that jboss-service.xml is
  -easily accessed. - JG
  +Refactor/Lose TimeOutManager
   
  -In devel target - jetty-ejb.jar should live inside jetty-plugin.sar - JG
  +Repackage legacy servlets into webapp ?
  +
  +CGI servlet needs work
  +
  +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).
  +
  +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 ?
  +
  +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).
  +
  +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.
  +
  +Finish FAQ. - talk to Greg.
  +
  +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
  +non-std - (flush=true, forward/redirect anytime/anywhere) and Jetty
  +did not handle relative paths well - december? Find tool for
  +generating XSL from two DTDs via drag-n-drop.
  +
  +DDs are parsed multiple times, and into DOM, SAX or JAXB might be
  +faster - probably ties in with JSR88.
  +
  +JSR 77 & 88 related stuff
  +
  +We need to be able to have multiple Jetty instances running
  +
  +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.)
  +un/redeploy it.) - This will be fixed by David Jenks dependency stuff.
   
   Why does my CoarseHttpSession stuff not work anymore? - JG
   
  -WebIntegration testsuite still fails - JG
  -
  -Revisit TimeoutManagers - JG
  -
  -
   FURTHER AWAY
   ------------
   
  @@ -55,13 +95,24 @@
   
   MultiMBeanProxy & RemoteMBeanProxy
   
  -Metamazon
  -
  -
   -----------------------------------------
   
   What else needs to be integrated ?
   
  -How about JAXM/Axis/SOAP etc...
  -
   Everything needs some decent unit tests and serious profiling
  +
  +
  +NEW
  +----
  +
  +Share code between StatefulSession & HttpSession
  +
  +Share Message valve interceptor between Jetty and MBean - so we can
  +hold up requests whilst we redeploy apps
  +
  +Investigate SSL support.
  +
  +Where else can Jetty and JBoss share code ?
  +
  +Jetty and AbstractWebContainer need some refactoring.
  +
  
  
  

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

Reply via email to