I thought this would be helpful (& save time) to anybody who is using or planning to use the new Logging API (of J2SDK 1.4.x). This API runs ONLY under J2SDK...
Not sure how to encrypt the query, but if you just want to avoid the query string showing up as part of the URL, use POST. <form action="submitServlet"...
You can always add a fixed number of random characters to the begining and ending of your parameter value and decode them before processing on the receiving...
... http://www.pajes.org/doc/org/pajes/security/QueryParameters.html That documentation page doesn't say anything about the encryption keys or algorithm...
Couldn't this be addressed with any general encryption package, and, doesn't such a pacakage exist in either core Java or one if its direct extensions ...
To (maybe) answer my own question, what about running just the param values through Encryption/Decryption using javax.crypto.Cipher (as described in Chapter 4...
Thank you for the suggestion. Unfortunately, this approach will not work within our application. Sometimes the URL is referenced from a standard link within a...
We would like to remind you of this upcoming event. NovaJUG Enterprise SIG Meeting Date: Tuesday, August 13, 2002 Time: 6:00PM - 9:00PM EDT (GMT-04:00) The...
novajug@yahoogroups.com
Aug 6, 2002 10:02 pm
3460
Hi All, I am helping build a discipline in our firm. Can you please advise where I could find some information about: 1. Definition of software engineer or...
I would suggest the following references for information: After the Gold rush: Creating a True Profession of Software Engineering, by Steve McConnell This is...
We would like to remind you of this upcoming event. NovaJUG Enterprise SIG Meeting Date: Tuesday, August 13, 2002 Time: 6:00PM - 9:00PM EDT (GMT-04:00) The...
novajug@yahoogroups.com
Aug 12, 2002 10:02 pm
3463
All, There will be a board meeting after tonight's E-SIG meeting. Any NOVAJUG member is permitted to join the discussion. I hope to see you there. Thanks, ...
To all, The Credit Union would like for us to be out of the seminar room tonight as soon after 9p as possible precluding us from having a board meeting tonight...
Peter, Please take a look at coreservlets.com. Marty Hall has talked to our group in the past and is an excellent instructor. I think you will find his ...
I wonder what happened to the idea of NOVAJUG providing java training at a discount price?. I know some people who would be interested in taking those classes...
Srini, I recently sent out a 'virtual' board meeting post, add your desire for NOVAJUG training to that post so that we can discuss it in more detail. Fred ......
http://news.com.com/2100-1001-949713.html Borland, BEA Shake Hands On Java By Wylie Wong Staff Writer, CNET News.com August 14, 2002, 5:38 AM PT Software maker...
I have built several real portals in Jetspeed in the last year. Included in Jetspeed are the following Jakarta projects: Turbine,Torque, Velocity. We have...
At the next core meeting, as always, we have the conference room at FGM as for as long as we need it. We've never taken advantage of it, but we actually have 3...
I think this is great idea, Hugh. I would be very interested in these presentations. --Navjeet ... and used a bunch of other Jakarta Commons libs. I would be...
Hi, everyone I am work on a project that required to upload user's image(gif/jpg) file and stored it in DB2/AS400. The App Server we use is WebSphere App...
Jason Hunter's com.oreilly.servlet package has an excellent file upload class that should do the trick. http://www.servlets.com/cos/index.html ... files to ......
Folks, In Java, how can I retrieve one row ( 1 record) from DB as a String or dataStream? I know ResultSet can retrieve rows and later you can put each column ...