Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: stephen84s ; Forum: JSP and child forums
Forum: JSP Aug 20th, 2009
Replies: 3
Views: 429
Posted By stephen84s
Well you seem to be confused a lot, if what you are doing is for a production system for some organization I suggest you hand over the task to someone who knows what he is doing.

On the other hand...
Forum: JSP May 23rd, 2009
Replies: 2
Views: 489
Posted By stephen84s
Rather than making your own why dont you just try some of the freely available Database Connection Pooling libraries.
Look here (http://java-source.net/open-source/connection-pools) for a list of...
Forum: JSP Feb 9th, 2009
Replies: 2
Solved: String
Views: 606
Posted By stephen84s
This is more of a core java question, So it should have been posted in the Java forum.
Anyways take a look at the javadocs of the String (http://java.sun.com/javase/6/docs/api/java/lang/String.html)...
Forum: JSP Feb 8th, 2009
Replies: 5
Views: 1,091
Posted By stephen84s
Tomcat by default doesn't have support for JSF (amd definitely Tomcat 5.5 doesn't),
Are you sure the new place has the JSF libraries because the following suggests the JSF libraries are mssing.
...
Forum: JSP Nov 25th, 2008
Replies: 13
Views: 2,091
Posted By stephen84s
well if the problem has been solved it would be appreciated if you mark this thread as solved.
Forum: JSP Nov 8th, 2008
Replies: 10
Views: 37,132
Posted By stephen84s
First thing Amrita is DO NOT CONNECT DIRECTLY TO A DATABASE FROM A JSP.
It is a bad practice to do so. It looks like you are still just studying JSPs, so from the start itself learn how to...
Forum: JSP Oct 16th, 2008
Replies: 10
Views: 1,585
Posted By stephen84s
Do not perform database connectivity from a JSP directly.
Read this (http://www.daniweb.com/forums/thread141776.html) thread first and learn from it on how to organize you web applications, Then ask...
Forum: JSP Jul 26th, 2008
Replies: 2
Views: 2,537
Posted By stephen84s
Here (http://www.daniweb.com/forums/announcement9-2.html) you go guys, this should have all the features an e-banking project should need.
Forum: JSP Jul 24th, 2008
Replies: 7
Views: 1,804
Posted By stephen84s
I am not here to give you ready to eat food, just to help. See the javadocs of OpenSMPP and find your way around.



You definitely need to sign up with a provider to send smses. Just search for...
Forum: JSP Jul 8th, 2008
Replies: 2
Views: 1,206
Posted By stephen84s
Now I do not know what to say:
Statement st = null;
ResultSet rs = null;

rs = st.executeQuery("Select description from user ");

Sorry If I sound rude, But do you expect some magic ;) , you...
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC