Product announcement Inversoft, a newly founded software company, announces the release of Inversoft Portal 2.0. Inversoft Portal 2.0 is an enterprise...
Hey All, Sorry for the spam, but I just picked up the Mythical Man Month and The Pragmatic Programmer at B&N for 40% off. I've been meaning to read these for...
Advanced DAO programming Learn techniques for building better DAOs http://www-106.ibm.com/developerworks/java/library/j-dao J2EE developers use the Data Access...
Professional Development Programs CU-Denver College of Architecture and Planning "Professional Project Management Course" Offered by CU-Denver - November 2003 ...
For those of you that come to the dinner and networking portion of the DJUG at 5:30 PM, what are your thoughts about switching to pizza instead of sandwiches....
Thank you thank you! -Ashish Ps: You will have to get a lot of pizzas as we get a good crows these days! ... From: Greg Ostravich [mailto:gostrav@...] ...
I am working on an application that requires 508 compliance. For those that don't know like myself a week ago, 508 compliance concerns accessibility of...
Karen, I picked up a book on it in anticipation of a perceived requirement, but never even had to crack the cover. There are a couple of titles listed at...
Thanks Scott. I should be at the next patterns meeting a combination of moving and starting a new job(yes I am employed again) made the last 2 meetings hard to...
I'm starting to read on coding against open office, and the API seems (to me) one of the messiest I've ever dealt with. Has anyone written anything against...
My main client is a small business owner (SBO). His web site is not producing any money yet. I have been charging by the hour to work on an extremely complex...
Hiya, I thought I'd pass this along: http://www.manageability.org/blog/archive/20030129%23finally_looks_like_we_have/view A co-worker sent this to me...we both...
Sean LeBlanc
seanleblanc@...
Nov 2, 2003 4:14 pm
55
For what it is worth, no matter how much you know - unforeseen problems will come up in any situation. I think you should give your client a small break if it...
gwen
gwengaumond@...
Nov 3, 2003 5:00 pm
56
University of Colorado at Denver Continuing Engineering Education Program Spring 2004 Call 303-556-4907 or visit www.cudenver.edu/engineer/cont and click on...
Hi all. I consider myself an architect type, with a SCEA, and a decent Java coder for Web applications. But I have little experience with EJB container ...
Hi John, The best tip I can think of is to use XDoclet and Ant for everything. They will save you lots of manual labor. I haven't used OpenEJB so I can't...
1. How can I cast a String to a SecretKey? I generate the secret key correctly, and I have to store it as a string in the database. So ,when I retrieve it...
Hmmm. I can't find getDes3Key() defined anywhere in what you posted. What is it supposed to return? You're double-casting it (first to an Object, then to a...
How about just using the JDK: /** * Encode a string using Base64 encoding. Used when storing passwords * as cookies. * * This is weak encoding in that anyone...
Well, I read on the web that this might not be around long and it is better to write or use your own. Is that true? ... decodeString ... IOException { ... (); ...
I found a good ecoder at source forge. However, I string have trouble getting the main method to fire off proper. Any ideas why that is? Below is the code: ...
Glad you were able to get it working. I deleted the old message so I can't diff it; could you briefly let us know what was causing the problems? I'm still very...