Lino Larios

Greenhorn
+ Follow
since Jun 27, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Lino Larios

Try


and then


Regards
12 years ago
Hi

Check the MVC pattern , so you could invoke the methods of a third class from you servlet passing as the parametters the values of your request .

http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html

Also you could code a class just to create the db connection and the db operations

Best regards
12 years ago
Hi

You can try something like this



Regards
13 years ago

I can recommend to you

"Spring Recipes: A Problem-Solution Approach"

Its easy to understand every single topic

http://apress.com/book/view/1590599799
13 years ago

Hi,

If you are looking write less code, you should try with groovy
specially the swing builder library.

http://groovy.codehaus.org/Swing+Builder
13 years ago
Hi


Dont forget cherokee

http://c6s.co.uk/webdev/209
13 years ago
PHP


Hi check for the libmysql in your windows directory or try later installing
the WAMP (windows apache mysql php) with a bundlde like xammp from apache friends
www.apachefriends.org/

regards
13 years ago
PHP


Hi , i think you are looking for a CMS ,you can start with Joomla

http://www.joomla.org/
13 years ago
PHP
I think in Junit4 you must extneds from AbstractTransactionalJUnit4SpringContextTests

bye
13 years ago
Hi

Ive run the code that i can see but i can get such error.


regards
13 years ago
Uhm , its just for oracle data bases, for mysql

"MySQL does not support SQL cursors, and the JDBC driver doesn't emulate them, so ..."

http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-implementation-notes.html

Lino Larios wrote:Spring in Action 2nd Edition as an option

13 years ago
Hi ,im not sure if you are looking something like that


Ciao.
Hi , the query looks too simple but, may be if you need just some fields from the tables , filter those fields that are required , create a index for your table.



regards.
Spring in Action 2nd Edition as a option
13 years ago