Search the web
Sign In
New User? Sign Up
novajug · Northern Virginia Java Users Group (NOVA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5238 - 5267 of 12252   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5238
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...
Linus_Freeman@...
lotuspclp
Offline Send Email
Jun 2, 2003
4:18 pm
5239
All, Anyone have the opurtunity to use Velocity. I was wondering what the relative merits of JSP vs. Velocity. Scott Cornwell ...
Scott Cornwell
scotcornwell
Offline Send Email
Jun 2, 2003
4:43 pm
5240
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...
steveojm
Offline Send Email
Jun 2, 2003
5:21 pm
5241
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....
Scott Stanchfield
sstanchfield
Offline Send Email
Jun 2, 2003
5:58 pm
5242
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)....
Gary Whitten
garyewhitten
Offline Send Email
Jun 2, 2003
6:10 pm
5243
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...
edgardo.a.luzcando@...
eluzcando
Offline Send Email
Jun 2, 2003
6:21 pm
5244
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...
Thomas Keeney
tmjkeeney
Online Now Send Email
Jun 2, 2003
6:32 pm
5245
But the difference is that JSP is tightly tied to HttpServletRequest/Response whereas Velocity has no such constraints. We use Velocity in several cases: -...
Erik Hatcher
ErikHatcher
Offline Send Email
Jun 2, 2003
6:37 pm
5246
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...
Scott Stanchfield
sstanchfield
Offline Send Email
Jun 2, 2003
7:25 pm
5247
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,...
David Bock
javaguy_98
Offline Send Email
Jun 2, 2003
7:45 pm
5248
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...
edgardo.a.luzcando@...
eluzcando
Offline Send Email
Jun 2, 2003
7:58 pm
5249
Wrong scott -- you wanted Scott Sayles ;) ssayles@... -- Scott ==================== Scott Stanchfield FGM, Inc. scotts@... ... From:...
Scott Stanchfield
sstanchfield
Offline Send Email
Jun 2, 2003
8:20 pm
5250
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:...
edgardo.a.luzcando@...
eluzcando
Offline Send Email
Jun 2, 2003
9:04 pm
5251
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...
steveojm
Offline Send Email
Jun 2, 2003
9:07 pm
5252
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...
Y Wang
yuwang4
Offline Send Email
Jun 2, 2003
9:44 pm
5253
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...
Elaine Steele
elaineeas
Offline Send Email
Jun 3, 2003
12:21 pm
5254
We use both JSP and Velocity for different things. The general rule of thumb we use here is to use Velocity where it improves code readability and...
wrschneider99
Offline Send Email
Jun 3, 2003
7:46 pm
5255
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. ...
johnvoris
Offline Send Email
Jun 3, 2003
9:53 pm
5256
Group, Next Wednesday, I am supposed to teach one of the J2EE study groups. The topic is 'EJB - Session Beans', and the material can be found at ...
David Bock
javaguy_98
Offline Send Email
Jun 5, 2003
2:14 pm
5257
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...
gopster99
Offline Send Email
Jun 5, 2003
5:29 pm
5258
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,...
jeff.gunther@...
jgunther_int...
Offline Send Email
Jun 5, 2003
6:10 pm
5259
http://webreference.com/internet/software/servers/http/compression/ ... __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online...
David A. Sisk
dasisk
Offline Send Email
Jun 5, 2003
6:14 pm
5260
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...
Scott Stanchfield
sstanchfield
Offline Send Email
Jun 5, 2003
6:20 pm
5261
Jeff, Question... if the two ends of the conversation are Java... why not RMI? Fred...
Fred Ingham
fjingham
Offline Send Email
Jun 5, 2003
7:06 pm
5262
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.gunther@...
jgunther_int...
Offline Send Email
Jun 5, 2003
7:34 pm
5263
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...
Paul J. Perrone
pperrone4
Offline Send Email
Jun 5, 2003
7:36 pm
5264
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...
Paul J. Perrone
pperrone4
Offline Send Email
Jun 5, 2003
7:53 pm
5265
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 ? ...
Dcp1David@...
dcpatton01
Offline Send Email
Jun 5, 2003
8:35 pm
5266
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 ...
Fred Ingham
fjingham
Offline Send Email
Jun 5, 2003
9:27 pm
5267
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...
Erik Hatcher
ErikHatcher
Offline Send Email
Jun 5, 2003
9:39 pm
Messages 5238 - 5267 of 12252   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help