Reminder from the Calendar of novajug http://groups.yahoo.com/group/novajug/cal Enterprise SIG meeting Tuesday January 10, 2006 6:00 pm - 9:00 pm (This event...
novajug@yahoogroups.com
Jan 3, 2006 10:58 pm
9206
Happy New Year! I have a situation that requires me to modify the HTTP headers of an incoming request (not the response object but the request object). There...
Reminder from the Calendar of novajug http://groups.yahoo.com/group/novajug/cal Enterprise SIG meeting Tuesday January 10, 2006 6:00 pm - 9:00 pm (This event...
novajug@yahoogroups.com
Jan 7, 2006 10:57 pm
9211
Date: 6PM Tuesday 10 January 1005 Location: IMC 1st floor 11480 Commerce Park Drive Reston VA 20191 Phone: (703) 871-8700 ...
Read the interview at: http://news.com.com/Is+Java+getting+better+with+age/2008-7345-6022062.html?part=dht&tag=nl.e703 What is your opinion? Jonathan ...
The Pragmatic Studio is going to be back in Reston February 9-11, this time doing training on AJAX. You might get the training you need by sending people...
Kiran, Contact Luis Derechin of JackBe. They are experts in AJAX and focus on building solutions using this technology. They also have software products that...
Kishan Ananthram
kishan.ananthram@...
Jan 10, 2006 6:54 pm
9217
All, we have a group that is developing a "core" framework that uses hibernate. As a consumer of this framework I am using Spring and they are not. What are...
sounds like the core framework is more than just a DAO layer. if yes then it could work as a totally self contained, non-extensible framework. In general...
I will be out of the office starting 01/11/2006 and will not return until 01/19/2006. I will not be checking e-mail during this time, so if anything needs ...
I personally believe that transactions are defined in a business context and they span multiple DAOs. Often different business transactions "mix and match"...
I have developed a list of locally based pr, marketing and tech blogs and it occurred to me that some of you might be interested in the list. If you know of...
Fellow NoVA JUG members: You are all cordially invited to attend a Northern Virginia/Washington IEEE Computer Society Technical Meeting Specifying a Software...
Is it a Free Event or non IEEE members need to pay at the door?. thanks, Srini ... Is it a Free Event or non IEEE members need to pay at the door?. thanks, ...
Missing a enclosing } ... From: Phil Powell <soazine@...> To: novajug@yahoogroups.com Sent: Saturday, January 14, 2006 3:29:29 PM Subject: [novajug]...
Thanx, I could have spotted that, however, which makes this even more pathetic. :( Well, here's another one, I can't figure this out, and sorry, I'm a PHP guy....
How in the world is this one happening: [Quote]/~ppowell/includes/chat_submit_message.jsp:44: cannot find symbol symbol : class UnsupportedEncodingException ...
I guess it's because of my PHP background that I am naturally inclined to parse the variable out of the $_POST collection and use that instead of setting a new...
Phil, Since you only set retriever if the following 2 conditions are true: if (hasSubmittedMessage && send.length() > 0) or else if (hasSubmittedMessage &&...
I'm not really sure I understand what you're trying to tell me, however, I can say that upon doing this everything worked: [CODE] HTMLRetriever retriever =...
I do not possess the ability to translate PHP into JSP, but I thought I could. Here is the code: [CODE] <%@ page import="ppowell.*, java.io.*, java.net.*, ...