• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Need study or reference material

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys...
I am facing a lot of problems while programming jsp programs with sybase database.I am a newbie to sybase database.Can anyone suggest any book or reference material for programming jsp programs for sybase.
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSP should have nothing at all to do with databases. Your database access, Sybase or not, should be done in Java classes, not in JSPs!
 
david colais
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Bear Bibeault :I know but my company's coding was previously done in jsp.That's why i am forced to learn this sybase database or accessing database through jsp even though it's not advisable.Please can you suggest any material that could help.Thanks for replying...
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may go through some basic JSP tutorial (Sun tutorial) to know basics of JSP. For Sybase I think this guide (with Transact-SQL) would help you learn how to use them. But you may try to re-factor the code to eliminate DB access/any other business logic inside JSPs moving forward if possible.
 
Oh, sure, you could do that. Or you could eat some pie. While reading this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic