Re: Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
On 04.08.2022 15:17, Konstantin Kolinko wrote: чт, 4 авг. 2022 г. в 14:45, Rony G. Flatscher (Apache) : While testing a taglib library that allows javax.script languages to be used in JSPs one observation was directed at garbage collection. It seems that Java's garbage collection

Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
While testing a taglib library that allows javax.script languages to be used in JSPs one observation was directed at garbage collection. It seems that Java's garbage collection in this particular use case is carried out quite lazily (which is fine in the general case). There is however a use

Re: Questions ad JSP/Jasper implementation in Tomcat ...

2019-10-18 Thread Rony G. Flatscher (Apache)
On 18.10.2019 13:32, Rony G. Flatscher (Apache) wrote: > Thank you very much for your remarks and pointers, Mark! > > ---rony > > P.S.: Not sure as of yet, what scope it should be. The idea would be to allow > any of the Java script > languages to be used. Currently

Re: Questions ad JSP/Jasper implementation in Tomcat ...

2019-10-18 Thread Rony G. Flatscher (Apache)
program. On 17.10.2019 15:41, Mark Thomas wrote: > On 17/10/2019 11:00, Rony G. Flatscher (Apache) wrote: >> Being interested in analyzing what is needed to enable Tomcat JSP's to >> be deployable with any Java scripting languages (i.e. with >> javax.script.ScriptEng

Questions ad JSP/Jasper implementation in Tomcat ...

2019-10-17 Thread Rony G. Flatscher (Apache)
Being interested in analyzing what is needed to enable Tomcat JSP's to be deployable with any Java scripting languages (i.e. with javax.script.ScriptEngines) instead of Java. Motivation: there are programmers who are not able to program in Java, but have broad expertise in programming with

[BSF,Tomcat] ad JSR-223 taglib for Tomcat ... (Re: Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2010-08-04 Thread Rony G. Flatscher (Apache)
for JSP. It would even be possible to use multiple scripts in different languages for the same JSP. It will (again) allow for JSP and Java what ASP allows for the MS world. ---rony On 13.10.2009 08:17, Rony G. Flatscher (Apache) wrote: Henri Yandell wrote: Not sure where Christopher's email

Re: Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2009-10-13 Thread Rony G. Flatscher (Apache)
Henri Yandell wrote: Not sure where Christopher's email was, but: If there is any interest in a retired taglib, I'm all for it being merged into the Extended Taglib. Currently I plan to consider replacing the functionality from String Taglib (mostly as EL functions), Log Taglib and JNDI

Re: Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2009-10-11 Thread Rony G. Flatscher (Apache)
Christopher, thanks for your information! AFAIK the BSF taglib has been allowing one to add code in all of the BSF supported scripting languages to JSPs. Not knowing, wheter there are alternatives available in the current Tomcat Tomcat itself contains little in the way of tag libraries,

Question ad alternative of BSF taglib in Tomcat ? [Fwd: In the move of some taglibs to Tomcat, the BSF taglib got retired]

2009-10-09 Thread Rony G. Flatscher (Apache)
Hi there, not sure whether this is a user or dev question, hence sending it to both, please forgive, if wrong. Learning about the finalization of moving taglib from jakarta to tomcat, one could also learn that the BSF taglib got retired in the process. AFAIK the BSF taglib has been allowing one