The Charles E. Beatly Library and Borders Books and Music was tied for the most votes as the meeting place for the Alexandria/Falls Church Java Architect study...
hello all - I'm getting started with Eclipse and wanted to know if anyone had general advice on how to best to approach pre-existing projects. I have...
Very nice little templating language. I like it because it simplifies control flow (loops/ifs). I've been using it for a report generator that generates HTML....
I haven't used Eclipse but have used its big commercial brother, Websphere Studion Applcation Developer (or whatever name permutaion IBM is using these days)....
I cannot speak for Velocity, but using JSP taglibs you can utilize Expression Language to achieve similar results. The only weakness I see today is that the...
Steve, In version 2.1.0, you have to do the following to add a jar to a project: 1) Add the jar to the filesystem. 2) Refresh the project within Eclipse. If...
But the difference is that JSP is tightly tied to HttpServletRequest/Response whereas Velocity has no such constraints. We use Velocity in several cases: -...
If you want to add a jar to the project (so it's saved/versioned, exported with the project): 1) Drag/drop the jar somewhere in your project. I usually set up...
On a related but different note, Manning has released their book on Eclipse... I think it is called "Eclipse in Action". It is not yet available in stores,...
Scott, Is your presentation on Jakarta's Digester available for public view? Or if you want, remind me how to do this: I cannot remember how to setup the...
Thanks Scott.....=) Not sure which one...j/k I figured it out. Edgardo Please respond to novajug@yahoogroups.com To: novajug@yahoogroups.com cc: Subject:...
Thanks for the detailed instructions. In my case simply knowing that Refresh must be used to synch the platform with the file sys made all the difference - go...
I try to find the slides from last enterprise SIG meeting, "Building high-performance, document-centric Web Services". It is the first of the two presentation...
I'll ask Sen Zhang to send it to you. He spoke on the subject that night. Elaine Steele Human Resources and Recruiting Manager Dante Consulting 703-807-0520...
I saw this local event and copied it into the message base. I thought it was not too off-topic, and iSavvix is a pretty good J2EE vendor. - John V. ...
Hi, I'm thinking about compressing/zipping a file on the server before sening it over to the client. The files are plain text, but rather large, some get upto...
I'm trying to determine the best protocol for XML remote procedure calls between an Java application server and Java desktop client. From my initial research,...
I normally do the Physics for Poets in that timeslot, but if you don't get other qualified volunteers, I could run this one (and postpone the PfP). I used to...
Fred, While the current implementation will only use Java on both ends of the conversation, the project might be broadened to support other non-Java clients....
Jeff, My thoughts... Standards-wise....the JAX-RPC is the API used for XML-based RPC via SOAP in Java-land (http://java.sun.com/xml/jaxrpc). Depending on your...
Jeff, CORBA/IIOP is language-independent...but an older technology and some proclaim to be a dying protocol. There is built in support for IIOP via RMI in Java...
I've used both Apache Axis and XML-RPC. It sounds like what you are looking for is the XML-RPC package http://ws.apache.org/xmlrpc/. Have you considered JMS ? ...
Jeff, OK... I understand your reasoning. I would look long and hard at the various implementations of XML-RPC and SOAP before I jumped in... there are ...
I recommend Apache Axis for this. Under the covers its SOAP, but unless there is a reason to not use it under the covers it'll be easy to implement. We are...