RE: PROPOSAL: Jasper34 removal

2002-07-01 Thread GOMEZ Henri
>Sent: Friday, June 28, 2002 6:43 PM >To: List Tomcat-Dev >Subject: PROPOSAL: Jasper34 removal > > >Since jasper2 now has support for tag pooling and most of the >optimizations in jasper34, I would like to remove 34. > >34 is a refactoring attempt of jasper1 ( the version

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime PageContextImpl.java

2001-08-31 Thread costin
costin 01/08/31 17:42:09 Modified:jasper34/runtime/org/apache/jasper34/runtime PageContextImpl.java Log: For the third time, updating the forward fix from Shawn on j-t-j. Revision ChangesPath 1.3 +3 -0 jakarta-tomcat-jasper/jasper34

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator CharDataGenerator.java MappedCharDataGenerator.java

2001-07-10 Thread larryi
larryi 01/07/10 13:41:53 Modified:jasper34/generator/org/apache/jasper34/generator CharDataGenerator.java MappedCharDataGenerator.java Log: Fix problem with JSP files which use just CR as line terminator. During translation CR's would be stripped in

Jasper34

2001-06-23 Thread Ignacio J. Ortega
Hola Costin: Jasper34 pass Sanity tests on W2k using HTTP Standalone .. Saludos , Ignacio J. Ortega

cvs commit: jakarta-tomcat/src/jasper34/org/apache/jasper34/servlet JspServlet.java JspServletLoader.java JspServletPageHandler.java JspServletRequestHandler.java JspServletToolkit.java

2001-06-21 Thread larryi
larryi 01/06/21 22:56:55 Removed: proposals/jasper34/model about.html help-doc.html index-all.html index.html navigation.jar overview-frame.html overview-summary.html overview-tree.html stylesheet.css

cvs commit: jakarta-tomcat/src/jasper34/org/apache/jasper34/toolkit JasperToolkit.java JavaCompiler.java JspCompiler.java JspPageHandler.java JspRequestHandler.java

2001-06-21 Thread larryi
larryi 01/06/21 22:56:32 Removed: src/jasper34/org/apache/jasper34/toolkit JasperToolkit.java JavaCompiler.java JspCompiler.java JspPageHandler.java JspRequestHandler.java Log: Missed removing some Jasper34 files

cvs commit: jakarta-tomcat/proposals/jasper34/runtime12/org/apache/jasper34/runtime12 BodyContentImpl.java Constants.java HttpJspBase.java JasperException.java JspFactoryImpl.java JspRuntimeLibrary.java JspWriterImpl.java PageContextImpl.java ServletResponseWrapperInclude.java

2001-06-21 Thread larryi
larryi 01/06/21 19:43:13 Removed: proposals/jasper34 JasperToolkit.html build.xml proposals/jasper34/generator/org/apache/jasper34/core JasperException.java JspCompilationContext.java Options.java TagLibraries.java

cvs commit: jakarta-tomcat/src/jasper34/org/apache/jasper34/utils Cache.java CacheDefaults.java Expirable.java JspMangler.java JspManglerImpl.java JspRecursiveModificationChecker.java MapCache.java ModificationChecker.java PeriodicJspRecursiveModificationChecker.java PeriodicModChecker.java SimpleModificationChecker.java TableCache.java

2001-06-21 Thread larryi
larryi 01/06/21 19:32:03 Removed: src/jasper34/org/apache/jasper34/utils Cache.java CacheDefaults.java Expirable.java JspMangler.java JspManglerImpl.java JspRecursiveModificationChecker.java MapCache.java

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Constants.java

2001-06-21 Thread larryi
larryi 01/06/21 15:33:57 Modified:jasper34/generator/org/apache/jasper34/core Constants.java Log: Cleaned up default imports. Note: For the time being, you will need the tomcat_32 branch of jakarta-watchdog testing. The head of jakarta-watchdog hasn't been updat

Re: jasper34 - status

2001-06-20 Thread Mel Martinez
happen for at least several weeks now. Sigh... Mel --- Costin Manolache <[EMAIL PROTECTED]> wrote: > FYI, > > I'm not planning any major changes in the near > future for jasper34. I'm > reasonably happy with the first round of cleanup and > refactoring, and I > th

jasper34 - status

2001-06-19 Thread Costin Manolache
FYI, I'm not planning any major changes in the near future for jasper34. I'm reasonably happy with the first round of cleanup and refactoring, and I think we are moving in a good direction with the "toolkit"-isation of jasper and the various optimizations we discussed. I

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java

2001-06-17 Thread costin
costin 01/06/17 15:42:57 Modified:jasper34/generator/org/apache/jasper34/generator DependGenerator.java ServletWriter.java jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java Log: Small fix, should resolve

RE: cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java

2001-06-17 Thread Ignacio J. Ortega
> > Few logs ( to help debug Win problems ), do a > getCanonicalPath() ( Nacho - > let me know if it helps ) > Nope .. I will try to dig into.. Saludos , Ignacio J. Ortega

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java

2001-06-17 Thread costin
costin 01/06/17 13:23:28 Modified:jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java Log: addClassPath(), addDefaultClassPath() - helpers for easier use of JavaCompiler. Few logs ( to help debug Win problems

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java Constants.java

2001-06-17 Thread costin
costin 01/06/17 13:22:27 Modified:jasper34/generator/org/apache/jasper34/core Compiler.java Constants.java Log: Logs, simpler creation of JavaCompiler. Revision ChangesPath 1.6 +10 -5 jakarta-tomcat-jasper/jasper34/generator/org

cvs commit: jakarta-tomcat-jasper/jasper34 build.xml

2001-06-17 Thread costin
costin 01/06/17 13:21:36 Modified:jasper34 build.xml Log: JspServlet goes to runtime. Few comments. Revision ChangesPath 1.9 +9 -2 jakarta-tomcat-jasper/jasper34/build.xml Index: build.xml

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java

2001-06-17 Thread costin
costin 01/06/17 13:03:25 Modified:jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java Log: - removed the JspServlet handling - refactored the requestMap ( made the checks a bit cleaner and simpler, split the preCompile check in a

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JspServletInterceptor.java

2001-06-17 Thread costin
costin 01/06/17 12:59:33 Added: jasper34/liaison/org/apache/jasper34/tomcat33 JspServletInterceptor.java Log: Split JspInterceptor's handling of JspServlet. There are 4 distinct methods of plugging jasper: - JspInterceptor - use a lot of cont

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison JspServletLiaisonImpl.java

2001-06-17 Thread costin
costin 01/06/17 12:56:23 Added: jasper34/liaison/org/apache/jasper34/liaison JspServletLiaisonImpl.java Log: Added the JspServletLiaison implementation ( the code is the old JspServlet code - still need cleanup ) Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison JspServletWrapper.java

2001-06-17 Thread costin
costin 01/06/17 12:55:47 Added: jasper34/liaison/org/apache/jasper34/liaison JspServletWrapper.java Log: Moved JspServletWrapper from o.a.j34.servlet Revision ChangesPath 1.1 jakarta-tomcat-jasper/jasper34/liaison/org/apache

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison ServletContainerLiaison.java

2001-06-17 Thread costin
costin 01/06/17 12:55:17 Added: jasper34/liaison/org/apache/jasper34/liaison ServletContainerLiaison.java Log: Added the old JspEngineContext. This is a ContainerLiaison implementation using only servlet API and few context attributes, for maximum

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JspServletLiaison.java

2001-06-17 Thread costin
costin 01/06/17 12:53:55 Added: jasper34/liaison/org/apache/jasper34/servlet JspServletLiaison.java Log: Added the abstract interface between JspServlet and jsper. Revision ChangesPath 1.1 jakarta-tomcat-jasper/jasper34

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JspEngineContext.java JspServletWrapper.java

2001-06-17 Thread costin
costin 01/06/17 12:53:29 Removed: jasper34/liaison/org/apache/jasper34/servlet JspEngineContext.java JspServletWrapper.java Log: Moved to liaison, as toolbox components.

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JspServlet.java

2001-06-17 Thread costin
costin 01/06/17 12:52:49 Modified:jasper34/liaison/org/apache/jasper34/servlet JspServlet.java Log: One more step ( it took far longer than I expected, but I think we're close now ). Removed all dependencis between JspServlet and jasper, hidden behind abs

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java

2001-06-17 Thread nacho
nacho 01/06/17 11:53:22 Modified:jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java Log: * Using the new getURLs method to walk down the CL chain Revision ChangesPath 1.6 +3 -3 jakarta-tomcat-jasper/jasper34

RE: Testing Jasper34 on Windows

2001-06-16 Thread cmanolache
On Sun, 17 Jun 2001, Ignacio J. Ortega wrote: > Hola Costin: > > > Can you try again with the latest CVS and send a trace ( I > > did a number of > > changes and the lines are different now ). > > > > Now works. Thanks. > > But I've got 2 Fails ( This is failing with Jasper33 too ) > > FAIL

Re: Jasper34: static output changes

2001-06-16 Thread cmanolache
On Sat, 16 Jun 2001, Casey Lucas wrote: > > Jasper already understands what things like do, and it > > generates specialized code to implement the required functionality (rather > > than treating it like a custom tag). > > right. i thought he might be refering to custom tags. that's where my

RE: Testing Jasper34 on Windows

2001-06-16 Thread Ignacio J. Ortega
> > Hola Costin: > > > Can you try again with the latest CVS and send a trace ( I > > did a number of > > changes and the lines are different now ). > > > > Now works. Thanks. > Not true, i was trying Jasper33 not Jasper34 ( hence my comment a

RE: Testing Jasper34 on Windows

2001-06-16 Thread Ignacio J. Ortega
Hola Costin: > Can you try again with the latest CVS and send a trace ( I > did a number of > changes and the lines are different now ). > Now works. Thanks. But I've got 2 Fails ( This is failing with Jasper33 too ) FAIL ( This URL should return HTML, not JSP source ) GET /test/jsp/HelloWor

Re: Jasper34: static output changes

2001-06-16 Thread Casey Lucas
"Craig R. McClanahan" wrote: > > On Sat, 16 Jun 2001, Casey Lucas wrote: > > > > > [EMAIL PROTECTED] wrote: > > > > > > On Fri, 15 Jun 2001, Casey Lucas wrote: > > > > > > > > > > > Costin, > > > > > > > > sounds good. > > > > > > > > btw, when do you think the generator code in 34 will settle

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java

2001-06-16 Thread costin
costin 01/06/16 15:06:28 Modified:jasper34/generator/org/apache/jasper34/javagen JavaSourceGenerator.java jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java Log: Fewer messages in JspInterceptor

Re: Testing Jasper34 on Windows

2001-06-16 Thread cmanolache
Hi Nacho, Can you try again with the latest CVS and send a trace ( I did a number of changes and the lines are different now ). Are you using jikes ? Costin

Re: Jasper34: static output changes

2001-06-16 Thread Craig R. McClanahan
On Sat, 16 Jun 2001, Casey Lucas wrote: > > [EMAIL PROTECTED] wrote: > > > > On Fri, 15 Jun 2001, Casey Lucas wrote: > > > > > > > > Costin, > > > > > > sounds good. > > > > > > btw, when do you think the generator code in 34 will settle down > > > a little? > > > > Soon :-) > > > > There

cvs commit: jakarta-tomcat-jasper/jasper34 build.xml

2001-06-16 Thread costin
costin 01/06/16 14:11:18 Modified:jasper34 build.xml Log: A small change, jars are created in the same target ( it's easier to work with while testing JspSerlvet, where the location and content of the jars might be different ) Revision ChangesPath 1.8 +2

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/cli CommandLineContext.java JspC.java

2001-06-16 Thread costin
costin 01/06/16 14:09:47 Modified:jasper34/liaison/org/apache/jasper34/cli CommandLineContext.java JspC.java Log: Fixes to make it compile - I haven't tested it so far. One big change - I split the very long methods in simpler ones, and tri

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JspEngineContext.java JspServlet.java

2001-06-16 Thread costin
costin 01/06/16 14:06:14 Modified:jasper34/liaison/org/apache/jasper34/servlet JspEngineContext.java JspServlet.java Log: The first serious cleanup for JspServlet. I tested it and it seems to work fine ( assuming you get the right classpath :-). I&#x

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JspServletWrapper.java

2001-06-16 Thread costin
costin 01/06/16 14:02:35 Added: jasper34/liaison/org/apache/jasper34/servlet JspServletWrapper.java Log: Split JspServletWrapper out of JspServlet, cleaned up a bit. JspServlet acts as a servlet container for the generated JSPs, since the container

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison ManglerCli.java OptionsProperties.java OptionsServletConfig.java TagLibReader.java

2001-06-16 Thread costin
costin 01/06/16 14:00:08 Modified:jasper34/liaison/org/apache/jasper34/liaison ManglerCli.java OptionsProperties.java OptionsServletConfig.java TagLibReader.java Log: Added code in OptionsServletConfig for special properties ( that

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java JspInterceptor.java

2001-06-16 Thread costin
costin 01/06/16 13:54:15 Modified:jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java JspInterceptor.java Log: Eliminate unused code ( duplicate that was consolidated, etc ). Move code from JspInterceptor to liaison ( to simplify

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java

2001-06-16 Thread costin
costin 01/06/16 13:48:49 Modified:jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java Log: Eliminate the class loader property from HttpJspBase. There are few big problems with it: - it is not used by any active code - it doesn't wo

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree TagLibraries.java

2001-06-16 Thread costin
costin 01/06/16 13:45:49 Modified:jasper34/generator/org/apache/jasper34/jsptree TagLibraries.java Log: Adapt to the changes in container liaison ( needed to use it as per/context singleton) Revision ChangesPath 1.5 +5 -2 jakarta

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java

2001-06-16 Thread costin
costin 01/06/16 13:45:15 Modified:jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java Log: Eliminate duplicated ( but with different name ) methods, mangler is the one to ask for mangled file names. Revision ChangesPath 1.5

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java SunJavaCompiler.java

2001-06-16 Thread costin
costin 01/06/16 13:43:24 Modified:jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java SunJavaCompiler.java Log: More duplicated code is out. Prepare to add the jikes autodetection ( to be

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator JspParseEventListener.java ServletWriter.java

2001-06-16 Thread costin
costin 01/06/16 13:41:13 Modified:jasper34/generator/org/apache/jasper34/generator JspParseEventListener.java ServletWriter.java Log: Adapt to the changed signature in JspPageInfo ( it was very confusing to have different method names for the same thing

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Options.java

2001-06-16 Thread costin
costin 01/06/16 13:39:47 Modified:jasper34/generator/org/apache/jasper34/core Options.java Log: Eliminate some duplicated code ( all implementations were checking for null and default to java.io.tmpdir ) Revision ChangesPath 1.5 +7 -3 jakarta-tomcat

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core ContainerLiaison.java

2001-06-16 Thread costin
costin 01/06/16 13:38:42 Modified:jasper34/generator/org/apache/jasper34/core ContainerLiaison.java Log: Few more comments. Few signature changes to allow "singleton" per webapp ( one ContainerLiaiason instance per contextin instead of pa

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java

2001-06-16 Thread costin
costin 01/06/16 13:35:20 Modified:jasper34/generator/org/apache/jasper34/core Compiler.java Log: Compiler is the main helper to convert jsp to java and to class. This fix eliminates a lot of duplicated code from various liaisons, moves logging and all common operations here

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JasperLoader.java JasperLoader12.java

2001-06-16 Thread costin
costin 01/06/16 13:11:40 Removed: jasper34/liaison/org/apache/jasper34/liaison ClassName.java ManglerOld.java jasper34/liaison/org/apache/jasper34/servlet JasperLoader.java JasperLoader12.java Log: Removed the (old

RE: Testing Jasper34 on Windows

2001-06-16 Thread Ignacio J. Ortega
Forgot to Say, I'm on W2k.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Enviado el: sábado 16 de junio de 2001 17:13 > Para: 'tomcat-dev' > Asunto: Testing Jasper34 on Windows > > > Hol

Testing Jasper34 on Windows

2001-06-16 Thread Ignacio J. Ortega
Hola a Todos, Costin: None of the JSP i've tested, compile with the latest Tomcat33 ( that is using Jasper34 ) from CVS , i've got this StackTraces on the Browser: 8<--- Error: 500 Localización: /examples/jsp/num/numguess.jsp Erro

Re: Jasper34: static output changes

2001-06-16 Thread cmanolache
On Sat, 16 Jun 2001, Casey Lucas wrote: > ok. just let me know when you think it's appropriate to > start adding some tag optimizations. I assume the changes will be local to 2-3 generators and runtime. We should be able to have them in parallel, it would generate some conflicts in cvs but we c

Re: Jasper34: static output changes

2001-06-15 Thread Casey Lucas
[EMAIL PROTECTED] wrote: > > On Fri, 15 Jun 2001, Casey Lucas wrote: > > > > > Costin, > > > > sounds good. > > > > btw, when do you think the generator code in 34 will settle down > > a little? > > Soon :-) > > There is only one more change in the generator layout - switching to > a "visitor

Re: Jasper34: static output changes

2001-06-15 Thread cmanolache
On Fri, 15 Jun 2001, Casey Lucas wrote: > > Costin, > > sounds good. > > btw, when do you think the generator code in 34 will settle down > a little? Soon :-) There is only one more change in the generator layout - switching to a "visitor" pattern, with the tree representation of the page se

Re: Jasper34: static output changes

2001-06-15 Thread Casey Lucas
Costin, sounds good. btw, when do you think the generator code in 34 will settle down a little? -casey [EMAIL PROTECTED] wrote: > > Ok, time to discuss the first mini-optimization. > > Right now jasper has 2 ways to output data - one is the common > out.println("String "); > > The other (

Re: Jasper34: static output changes

2001-06-15 Thread Glenn Nielsen
+1 [EMAIL PROTECTED] wrote: > > Ok, time to discuss the first mini-optimization. > > Right now jasper has 2 ways to output data - one is the common > out.println("String "); > > The other ( not very used ) is using an additional file to store the > strings, and it's enabled by "largefile" opti

Jasper34: static output changes

2001-06-15 Thread cmanolache
Ok, time to discuss the first mini-optimization. Right now jasper has 2 ways to output data - one is the common out.println("String "); The other ( not very used ) is using an additional file to store the strings, and it's enabled by "largefile" option. The output system is probably the most

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java

2001-06-12 Thread costin
costin 01/06/12 18:11:39 Modified:jasper34/generator/org/apache/jasper34/generator CharDataGenerator.java jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java Log: 2 bug fixes. - JspInterceptor - need

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java JspInterceptor.java

2001-06-12 Thread costin
costin 01/06/12 08:45:30 Modified:jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java JspInterceptor.java Log: Same kind of changes to tomcat33 adapter. A lot of code still need to be moved either in the base class for JavaCompiler

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet ClassName.java EmbededServletOptions.java JspCompiler.java JspLoader.java ServletEngine.java TomcatServletEngine.java

2001-06-12 Thread costin
costin 01/06/12 08:42:18 Removed: jasper34/liaison/org/apache/jasper34/servlet ClassName.java EmbededServletOptions.java JspCompiler.java JspLoader.java ServletEngine.java TomcatServletEngine.java Log

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/servlet JasperLoader.java JspEngineContext.java JspServlet.java

2001-06-12 Thread costin
costin 01/06/12 08:39:27 Modified:jasper34/liaison/org/apache/jasper34/servlet JasperLoader.java JspEngineContext.java JspServlet.java Log: Implement the changes in core and toolbox. Few changes in JasperLoader to make it

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison ClassName.java ManglerOld.java

2001-06-12 Thread costin
costin 01/06/12 08:35:13 Added: jasper34/liaison/org/apache/jasper34/liaison ClassName.java ManglerOld.java Log: A third mangler to choose from - the "original" mangler using class hack. It's a cool idea, I'll try to preserve

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison Mangler33.java ManglerCli.java

2001-06-12 Thread costin
costin 01/06/12 08:33:21 Added: jasper34/liaison/org/apache/jasper34/liaison Mangler33.java ManglerCli.java Log: 2 Manglers to choose from. One was used in JspC, one in JspInterceptor. Revision ChangesPath 1.1 jakarta-tomcat

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison OptionsProperties.java OptionsServletConfig.java

2001-06-12 Thread costin
costin 01/06/12 08:32:40 Added: jasper34/liaison/org/apache/jasper34/liaison OptionsProperties.java OptionsServletConfig.java Log: 2 Options to choose from. One is backed by a properties file, one by ServletConfig. Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison TagLibReader.java

2001-06-12 Thread costin
costin 01/06/12 08:31:54 Modified:jasper34/liaison/org/apache/jasper34/liaison TagLibReader.java Log: Update for the core changes. Revision ChangesPath 1.2 +35 -31 jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/cli CommandLineContext.java JspC.java

2001-06-12 Thread costin
costin 01/06/12 08:31:00 Modified:jasper34/liaison/org/apache/jasper34/cli CommandLineContext.java JspC.java Log: Moved the options ( actually use the same OptionsProperties as JspInterceptor ). Few more simplifications, less duplication of code

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/cli CommandLineCompiler.java

2001-06-12 Thread costin
costin 01/06/12 08:29:29 Removed: jasper34/liaison/org/apache/jasper34/cli CommandLineCompiler.java Log: Removed the CommandLineCompiler. The Mangler part is now a separate component in the toolbox. The "extend Compiler" part is no lon

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperMangler.java JasperOptionsImpl.java

2001-06-12 Thread costin
costin 01/06/12 08:27:49 Removed: jasper34/liaison/org/apache/jasper34/tomcat33 JasperMangler.java JasperOptionsImpl.java Log: Removed the mangler and options from tomcat33 liaison. We're moving ( as proposed by Mel ) to a toolbox aproach, w

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/parser DelegatingListener.java JspReader.java ParseEventListener.java ParseUtil.java Parser.java

2001-06-12 Thread costin
costin 01/06/12 08:21:10 Modified:jasper34/generator/org/apache/jasper34/javagen JavaSourceGenerator.java jasper34/generator/org/apache/jasper34/parser DelegatingListener.java JspReader.java

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java TagInfoImpl.java TagLibraries.java

2001-06-12 Thread costin
costin 01/06/12 08:19:39 Modified:jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java TagInfoImpl.java TagLibraries.java Log: Added the page info from JspContext into JspPageInfo. Still to do: some of the information is specific to jsp

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java SunJavaCompiler.java

2001-06-12 Thread costin
costin 01/06/12 08:16:30 Modified:jasper34/generator/org/apache/jasper34/javacompiler JavaCompiler.java JikesJavaCompiler.java SunJavaCompiler.java Log: Turned the JavaCompiler interface into a class. Moved duplicated code into

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator BeanGenerator.java ForwardGenerator.java GeneratorBase.java IncludeGenerator.java JspParseEventListener.java PageDirectives.java PluginGenerator.java ServletWriter.java SetPropertyGenerator.java TagBeginGenerator.java

2001-06-12 Thread costin
costin 01/06/12 08:13:12 Modified:jasper34/generator/org/apache/jasper34/generator BeanGenerator.java ForwardGenerator.java GeneratorBase.java IncludeGenerator.java JspParseEventListener.java PageDirectives.java

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Mangler.java Options.java

2001-06-12 Thread costin
costin 01/06/12 08:06:09 Modified:jasper34/generator/org/apache/jasper34/core Mangler.java Options.java Log: Transformed Mangler and Options into classes. Moved all the duplicated code from the 3 options implementations in Options, with a

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core ContainerLiaison.java

2001-06-12 Thread costin
costin 01/06/12 08:04:15 Modified:jasper34/generator/org/apache/jasper34/core ContainerLiaison.java Log: Moved the methods from Constants. TODO: change them from static to instance ( after JspServlet is refactored ). messages are normal callback

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Constants.java

2001-06-12 Thread costin
costin 01/06/12 08:01:02 Modified:jasper34/generator/org/apache/jasper34/core Constants.java Log: Removed container callbacks. Constants are constants. Revision ChangesPath 1.5 +0 -67 jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java

2001-06-12 Thread costin
costin 01/06/12 08:00:28 Modified:jasper34/generator/org/apache/jasper34/core Compiler.java Log: Changed Compiler so people can use it direclty, without extending it. Split the compile() method in 2 - jsp2java and javac, to allow finer control. The compiler is just doing

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core JspCompilationContext.java

2001-06-12 Thread costin
costin 01/06/12 07:55:45 Removed: jasper34/generator/org/apache/jasper34/core JspCompilationContext.java Log: Next refactoring step: removed the JspCompilationContext. JspCC was a mix of container callbacks and jsp page state info. Cleaned this by

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/resources messages.properties messages_es.properties messages_fr.properties

2001-06-12 Thread costin
costin 01/06/12 07:53:04 Removed: jasper34/generator/org/apache/jasper34/resources messages.properties messages_es.properties messages_fr.properties Log: Duplicate - LocalStrings are used.

RE: Jasper34: Manglers

2001-06-11 Thread cmanolache
On Mon, 11 Jun 2001, Steve Downey wrote: > > On a production site it isn't a big factor - there are not too many > > reloads. > > > > Depends. I've done some content publishing work where JSPs are replaced > quite often while the engine is running. Of course, there are other ways of > accompli

RE: Jasper34: Manglers

2001-06-11 Thread Steve Downey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 11, 2001 12:18 AM > To: [EMAIL PROTECTED] > Subject: Re: Jasper34: Manglers > > > On Sun, 10 Jun 2001, Glenn Nielsen wrote: > > > Another advantage of ja

Re: Jasper34: Manglers

2001-06-10 Thread cmanolache
On Sun, 10 Jun 2001, Glenn Nielsen wrote: > Another advantage of jasper40 using a URLClassLoader for each individual > JSP page is that you don't accumulate outdated classes in the classloader > that eat up JVM memory when a JSP is recompiled. I haven't looked at > jasper33, so please let me kn

Re: Jasper34: Manglers

2001-06-10 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: > > Another issue: > > At this moment we have 4 different manglers ( == converters between > jsp files and valid class names ): > - original ( uses a nice .class file hack to do versioning ) > - jspc ( similar with original, but without versioning - AFAIK) > - jasper33 (

Jasper34: Manglers

2001-06-10 Thread cmanolache
Another issue: At this moment we have 4 different manglers ( == converters between jsp files and valid class names ): - original ( uses a nice .class file hack to do versioning ) - jspc ( similar with original, but without versioning - AFAIK) - jasper33 ( versioning, simpler names without %,

Re: Jasper34: line number mappings

2001-06-09 Thread cmanolache
On Sat, 9 Jun 2001, Craig R. McClanahan wrote: > > I would like to change that to generate a "real" map that could be > > used programmatically by the error reporting code ( and simplify the work > > for debuggers ). > > > > I'm not sure what would be the best structure for that. > > > > The

Re: Jasper34: line number mappings

2001-06-09 Thread Craig R. McClanahan
On Sat, 9 Jun 2001 [EMAIL PROTECTED] wrote: > Hi, > > The current scheme ( used by some IDEs ) is to generate a comment in > the source code. This could be used by parsing the java file and > constructing a map. > > I would like to change that to generate a "real" map that could be > used p

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java JspRuntimeLibrary.java

2001-06-09 Thread costin
costin 01/06/09 14:29:03 Modified:jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java JspRuntimeLibrary.java Log: Initial code to use the new line map. We don't do anything special - this is just the original code that does the ma

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperOptionsImpl.java JspInterceptor.java

2001-06-09 Thread costin
costin 01/06/09 14:26:21 Modified:jasper34/liaison/org/apache/jasper34/cli JspC.java jasper34/liaison/org/apache/jasper34/servlet EmbededServletOptions.java JspServlet.java ServletEngine.java jasper34

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java

2001-06-09 Thread costin
costin 01/06/09 14:23:32 Modified:jasper34/generator/org/apache/jasper34/core Options.java jasper34/generator/org/apache/jasper34/generator CharDataGenerator.java ExpressionGenerator.java StoredCharDataGenerator.java

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator ServletWriter.java

2001-06-09 Thread costin
costin 01/06/09 14:21:17 Modified:jasper34/generator/org/apache/jasper34/generator ServletWriter.java Log: Added line mapping generation. Also, few more indentation fixes ( better looking page ). The comment will be generated only based on an

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator GeneratorBase.java

2001-06-09 Thread costin
costin 01/06/09 14:19:29 Modified:jasper34/generator/org/apache/jasper34/generator GeneratorBase.java Log: 2 more hooks: generation of file and line maps. This is a very simple structure that maps line in the java file to locations in the jsp file

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Constants.java

2001-06-09 Thread costin
costin 01/06/09 14:17:49 Modified:jasper34/generator/org/apache/jasper34/core Constants.java Log: Small ( hacky ) fix: use the resources from runtime, StringManager is in the common class loader and it expects all resources to be in the same loader. There are few other

cvs commit: jakarta-tomcat-jasper/jasper34 build.xml

2001-06-09 Thread costin
costin 01/06/09 14:16:17 Modified:jasper34 build.xml Log: Small fix, the "hook" target will do a quick replace ( no more editing ) If you want to run with jasper34, just run "ant hook" Revision ChangesPath 1.7 +5 -3 jakarta-to

Jasper34: line number mappings

2001-06-09 Thread cmanolache
Hi, The current scheme ( used by some IDEs ) is to generate a comment in the source code. This could be used by parsing the java file and constructing a map. I would like to change that to generate a "real" map that could be used programmatically by the error reporting code ( and simplify the

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java

2001-06-08 Thread costin
costin 01/06/07 23:01:39 Modified:jasper34/liaison/org/apache/jasper34/tomcat33 JspInterceptor.java Log: Use the depends to register includes. Next step ( a bit later ) is to add the TLDs.( web.xml and the jars are already taken in account, but they

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime RuntimeLiaison.java

2001-06-08 Thread costin
costin 01/06/07 22:42:59 Added: jasper34/runtime/org/apache/jasper34/runtime RuntimeLiaison.java Log: Initial prototype for the RuntimeLiaison, it will allow container to hook in and provide optimizations. RuntimeLiaison will be a critical piece

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java

2001-06-08 Thread costin
costin 01/06/07 22:41:15 Modified:jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java Log: Added the 2 extra methods to be used for deps and chunks. Revision ChangesPath 1.4 +3 -0 jakarta-tomcat-jasper/jasper34/runtime/org

cvs commit: jakarta-tomcat-jasper/jasper34 build.xml

2001-06-08 Thread costin
costin 01/06/07 23:10:18 Modified:jasper34 build.xml Log: Use tomcat_util from jakarta-tomcat. The stuff could be moved in a common place, if that place would exist ( moving it to jakarta-commons may be a good idea, but I don't have the resources righ

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/parser JspReader.java

2001-06-07 Thread costin
costin 01/06/07 21:57:02 Modified:jasper34/generator/org/apache/jasper34/generator GeneratorBase.java JspParseEventListener.java ServletWriter.java jasper34/generator/org/apache/jasper34/parser JspReader.java Added

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java

2001-06-06 Thread costin
costin 01/06/07 00:02:27 Modified:jasper34 build.xml jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java Log: Fix some mistakes in previous commit. Revision ChangesPath 1.5 +1 -0 jakarta

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java TagLibraries.java TagLibraryInfoImpl.java package.html TreeUtil.java

2001-06-06 Thread costin
costin 01/06/06 23:59:08 Modified:jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java JspCompilationContext.java jasper34/generator/org/apache/jasper34/generator JspParseEventListener.java

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java

2001-06-06 Thread costin
costin 01/06/06 23:56:16 Modified:jasper34/liaison/org/apache/jasper34/cli CommandLineContext.java jasper34/liaison/org/apache/jasper34/servlet JspEngineContext.java jasper34/liaison/org/apache/jasper34

  1   2   3   >