Jar exclusion rule removed between 2.3.16.3 and 2.3.20

2014-12-29 Thread Thim Anneessens
Hi, I use JRebel and have a performance issue some of the time. Some request take 2sec instead of 100ms for no apparent reasons. After some research I found out that this was only happening when JRebel was enabled and that it did not happen with version 2.3.16.3. So I searched for the cause

Re: Jar exclusion rule removed between 2.3.16.3 and 2.3.20

2014-12-29 Thread Lukasz Lenart
2014-12-29 17:54 GMT+01:00 Thim Anneessens : > Hi, > > I use JRebel and have a performance issue some of the time. Some request > take 2sec instead of 100ms for no apparent reasons. > > After some research I found out that this was only happening when JRebel > was enabled and that it did not happ

replace Java scriptlets in JSP page

2014-12-29 Thread Albert Kao
The following Java scriptlet code in a Struts jsp is working fine.  However, is it possible to change the jsp code so as to remove all the Java scriptlet codes? The .jsp code is like this:<%   HttpSession httpSession = request.getSession(true);   MyClient myClient = (MyClient)httpSession.getAttr

Re: replace Java scriptlets in JSP page

2014-12-29 Thread Sreekanth S. Nair
Sure you can, please if you are using struts2 please read these tutorials Struts2 Tag lesson http://www.tutorialspoint.com/struts_2/ or http://struts.apache.org/docs/tag-reference.html and a bit of JSP EL http://www.tutorialspoint.com/jsp/jsp_expression_language.htm -- Thanks & Regards Sreek