Wierdness - I have a GUI program which works fine with Java 1.4.0_02 but has a strange feature in 1.4.2_03. When I type a '<' character into a text field, it ...
Fellow Developers, I am new in DC area, Currently i am doing development in SAP, i hav 2 years of experience in JAVA, just need to get back in the flow of ...
Our next Enterprise Meeting is Tuesday, March 9th. The meeting will be held at: Information Management Consultants 11480 commerce Park Drive Reston, VA 20191 ...
Northern Virginia Software Symposium May 14-16th, 2004 A "No Fluff, Just Stuff" Conference www.nofluffjuststuff.com The No Fluff Just Stuff Java Symposium Tour...
Hmmm, silence. A follow-up question: Does anyone use the XML syntax for JSPs? ... From: Derek Richardson Sent: Sunday, February 29, 2004 12:57 AM To:...
Derek Richardson
Derek.Richardson@...
Mar 2, 2004 5:02 pm
6609
I just got finished teaching a JSP class, and folks asked about the JSP format. I converted the example we were working on to the XML syntax and everyone...
The issue is that I wish to be able to parse a JSP and validate it against corporate JSP style rules, rules above and beyond the syntax the compiler enforces....
Derek Richardson
Derek.Richardson@...
Mar 2, 2004 6:23 pm
6611
Derek- Sounds like what you are looking for is a "Checkstyle for JSPs" (http://checkstyle.sourceforge.net/). You may have to write it... If the effort is to...
http://yhslug.tux.org/meetings/march_15_2004.php3 It's nothing with Java but everything with free (not open source) software. I thought you might be...
Hi All, <P> I am facing a problem when invoking a servlet from the HTML page, which is in a nested folder of a *webapp*. The following is the structure of my...
We would like to remind you of this upcoming event. Enterprise SIG Meeting Date: Tuesday, March 9, 2004 Time: 6:00PM - 9:00PM EST (GMT-05:00) Agenda: ...
novajug@yahoogroups.com
Mar 2, 2004 11:03 pm
6615
Hello, Maybe this was covered in an earlier discussion somewhere, but is there any good debuggers for tracing through jsps? Eclipse is great for dev and debug...
Well, you could always ditch JSP/Struts and use something that can be debugged/tested easily. :) Otherwise, I've used Lomboz (http://www.objectweb.org/ ...
I've been using the MyEclipse plugin for Eclipse. It has a debugger that you can step through your action classes and forms. It's not a 'free' plugin; but...
I have a question for anyone that may be doing some work with Java on handheld devices. I have written an application for J2ME/MIDP (running on a Tungsten E),...
What shall I do to see NOVAJUG calendar events in my Yahoo calendar? I see NOVABUG events in my Yahoo calendar. There a s link "add" to add them into my...
We have not been using the Yahoo calendar feature. In the past few months, there has been some discussion as to whether or not we are going to stay with the...
Hello, there: is there anybody who ever create Resin project in eclipse? I appreciate some help from you. I install eclipse, and drop the resin plug in for ...
i didn't say that my JSP is going to be a presentation. It will return XML. it's a quick prototype for my XML generator. I couldn't find any examples how to...
Hi, Everyone: Can anyone help to give me more info on the pros and cons of using hibernate? We are having internal debate on which way to go to build the frame...
I cannot speak to hibernate, but if the 'industry standard' argument is the only compelling reason to go with Entity Beans, use JDO instead. EJBs are generally...
Ok. You're forgiven. Just be careful of what happens to the prototype -- it'll start a life of its own and you'll never get the evil SQL out of your front...
... source ... or ... why don't they support stored procedures nicely? Even in JDBC it's different for different databases. crap I was doing this in Cocoon,...
No idea -- I tried to get on that expert group, but the company I was working for at the time wouldn't let me. If I had been on that group I would have fought...
Yvonne, in your place I wouldn't use EJBs unless your client demands it or you have significant expertise in J2EE/EJB. Struts + Tomcat will work just fine for...
I have following 2 questions, and my problem is listed below. <b>1. Do you have any idea why I am not able to connect to the HSQL database for the given...