• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

JSP Vs ASP

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I have a website with ASP. Now I want to convert it to JSP. Do you think it's a good idea for me to convert?
And Do you know any good book for beginner in JSP?
Many Thanks,
Nikki
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nikki
i would like to suggest that you go ASP.net way rather then JSP way
but if JSP is the way you want then go to java.sun.com or amazon.com and search get any book who is well reviewed and received by users
Ashish
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I would like to suggest that you go ASP.net way rather then JSP way


Ashish,
could you please materialize your thoughts in some words? What makes ASP.NET better than JSP?
 
Ranch Hand
Posts: 732
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Valentin, i dont think he meant ASP.NET is better than JSP. i think he meant it is easier to convert from ASP to ASP.NET rather than JSP in terms of web servers , learning curve etc....
anyway, thats what i think he meant.
 
Nikki Nguyen
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
Thank you very much for your replies. I want to convert from ASP to JSP because in the long run I will change my database from SQL to Oracle. Can I use ASP for Oracle database?
Many Thanks,
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nikki,
Sure you can use ASP with Oracle.
Just use a ODBC connection!
You may process some of the functions directly in Oracle and not in your ASP page. But no problem!
 
Saloon Keeper
Posts: 28316
207
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Forget ODBC. It's not exactly high-performance, and for all I know it may not be thread-safe. This week's database interface of choice is OLE DB, though I belive the next-week's interface is DAO.Net
 
Willie Smits can speak 40 languages. This tiny ad can speak only one:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic