Hi, Saw your presentation at JavaOne and wanted to try out jsLex - but am running into some problems. The crux of the issue is the variable renaming inside...
... Thanks for the feedback, So the issue is that you want to call function foo(object, methodName) { eval("object."+methodName+"()"); } after compression it...
... I have uploaded version 0.1.1 to the web site. This version now has the ability to turn off the parameter and variable name compression. You can turn off...
Hello, I've just read about jslex and I am planning to use it to check the performance issues of my application, but reading the documentation it needs a Java...
Please help! I tried both ant and web to compress and generate profile , but when access profile window, no metrix show up and take snapshot button is grayed...
... profile , ... I looked at the files you sent me and they look like they are fine and the code should have been injected. Couple questions: 1.) are you...
Hi all, I'm dangerously close to getting jsLex up and running. It looks like jsLex has a java applet that requires a jdk more recent that 1.4. Here is the...
I have made a change to the compiler setting during the building of the application and uploaded it to the download page, it's marked as 0.1.2. Give it a try...
Hello again, I think I've got everything configured right, now. I can traverse all the jsLex screens and I don't see any errors in my webapp log. However, I'm...
Hi, replying to self, here. I loaded my profile.xml without incident and I'm launching jsLex from within my application. 2007-10-08 11:51:27,731 : INFO : main...
One thing to beware of is that jsLex should run in its own web application and not under the application being profiled. Once the profile file is correctly...
Thanks for that, but didn't work. When I posted looking for help, my app was crashing with 1.6 -- our team only certifies it with 1.4. But, I tried 1.5 and...
... ok, I botched that description. Let me try again. I've got two web applications/contexts: one for jsLex, one for my app. In my js start html file, I've...
Look in the profile.xml file and see what is in it. The file should have a bunch of "file" tag tag contain you functions and file names. You can also send the...
Erik, Thanks for putting in the time on this. I looked at the profile.xml file and everything looks fine. From the last couple of emails it seems like jsLex...
... I'm not sure where you're headed here. I'll describe what I've done. I found a button in our app that is almost always on the screen. In the javascript ...
Bob, When I deployed my application, the structure was basically like this: myApp/ myApp/compressed What seems likely here is that I was a little naive in ...
How do you normally include the js library a single file created from a build process? If so then after you inject your files run the injected source through...
After a bit of work I just got jsLex working on IIS to profile an ASP.Net app. Here's are the steps I used to get it working: 1. Install php as an IIS ISAPI...
When I deployed jsLex I can see compilation errors in Jsp pages as well as style sheets. The major complains are com.nexaweb.bean.JsLex class not found in Jsp...
... I have uploaded version 0.2.0 of the jsLex project that fixes many jsp and html errors that show up in Eclipse and RAD. I have also put the jsLex.class...
... as ... com.nexaweb.bean.JsLex ... in ... file ... reduced ... part. ... jsp ... the ... in ... into ... Thanks bob. I will start using JsLex 2.0 project...
jsLex should be compatible with 1.4.x and especially on the server-side. I am resisting the urge to use and new Java features to keep the compatibility in...
Hi, First of all, thanks for this wonderful application, I like it very much so far. However, while test driving the application I got an error dialog when...
Thanks for the feedback. If you send me the profile file it will help me debug it. Also what screen did it happen in? The callstack screen? On Feb 12, 2008,...
... Hi Bob, I've posted the profile files and (compressed) source code in the 'Files' section, it also includes the exception. I've stripped down the test to a...
... Bob, Thanks for the lightning fast response. The issue has indeed been solved when I use the new version, great! I was wondering, based on the minimalistic...