... Yes. I spent an hour or so yesterday comprehending the "basic" example, which doesn't even have new Java code. It would be great if there were a guide or...
Orange & Bronze Software Labs <http://software.orangeandbronze.com> is in need of programmers in all levels, including beginners with no Java or C++...
... So first I thought it was just entertaining... Now I think it's a must read! It is a real sequel to Effective Java and has references in every puzzle. It...
Hi, im having problems with my JSP because it has this NumberFormatException: For input String. Please help me. this only occurs when the number to be parsed...
Wow no programming experience required? im interested although i have some programming experience from both language, but im still in college but loves...
Hi to All, It has been a long while since I last heared pinoy jug had an event, I think the last one was an intruduction about hibernate. I was just wondering...
Hi Jennylyn! ... Are you by chance parsing your string as an integer? Integers can only store up to 2147483648: 10 digits, which is somewhat consistent to...
It would be better if you posted your code to get a more precise answer. If your problem is your using a primitive int or Integer Object, its maximum value is...
(Moderator's note: non-Java related job details were removed) A REWARDING CARREER AWAITS YOU! We are in need of PROGRAMMERS / DEVELOPERS with the following...
good day! question to the javamail gurus out there: is there a way to reuse my jsp page to make it as the body of my html-formatted email? the page contains...
... This is not really a Java Mail specific answer. Just use the HTML as the body of the email. But make sure that you set the "Content-Type" header (in the...
Well, there is an effort to document things. http://www.servicemix.org/site/documentation.html (Believe me this is much better than it used to be.) But if...
Hi, Encrypt lang po ang ginagawa ni SHA. kung gusto mo mag encrypt and decrypt try mo TrippleDES or DES lang, and you can create also your own Key for Encrypt...
Hi, Pwede ba Psych Graduate dito, pero literate sya sa computer, kasi comp-tech dati course nya before sya nag Psych. Ano ba kapalit? Thanks Ray ... From:...
thanks for the reply gideon. you're right; it's not a javamail-specific solution. what i'm trying to do is this: capture the html output of the previous page...
Conratulation Exist for showing what Filipino IT are equiped with. BTW: About POJO, what happen to this POJO? Is POJO starting already? I hope POJO will be...
... Why not... calling for a speaker! As for events, what do you suggest? I am planning some sessions that I could give, but still in the drawing board....
Kudos to Winston and Exist! It would be nice to hear more Filipino talent get recognized. Mabuhay! :) -- Brian Tan Seng Yahoo! Messenger ID: btanseng ...
Or maybe Spring would be very interesting! ... Why not... calling for a speaker! As for events, what do you suggest? I am planning some sessions that I could...
Congratz guyz! keep it up, and more power.... do we have another seminar/workshop just like the one you've did in AJAX Jetty... (^_^) Daniel Suarez Jabonete...
... I think I figured out the stock examples. What I don't understand: it seems like the binding components and service engines are all in the same VM? The...
Hello, I could do a very short talk on Spring JDBC (focusing on tutorials and pitfalls). Why not have a post-Christmas get together? I remember there was an...
In Oracle 10g, the JDBC driver now has a connection pooling mechanism. No need for an appserver. This is useful for apps that don't run in an appserver. ...
Hi, Paolo. I think essentially what you're looking for is a way to 'run' your JSP outside of the servlet container, am I right? That'll let you 'pipe' the ...
Paolo, Try and see if this works: - Write a wrapper class "Wrapper" that implements HttpServletResponse such that it has the following fields: ServletResponse...