Question : Having to migrate an application from IIS to JBOSS need answers

Having to migrate an application from IIS to JBOSS we are aware that we have to convert all server side vb script to server side java script.  We are looking for a head start for a JBOSS equivalent  of ADO.  Specifically how what do we need to connect in query a MSSQL 2005 server, generate a record set, ect.  Looking for tutorials ect...

Answer : Having to migrate an application from IIS to JBOSS need answers

Here is Microsoft's documentation:
http://msdn.microsoft.com/en-us/library/ms378672.aspx
http://msdn.microsoft.com/en-us/data/aa937724.aspx

Their sample code is a little different from the way most Java programmers write the database connection code, but I'm assuming that it works.

Sun's database access tutorial is closer to how most Java developers write it:
http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/dba.html

If you're asking the larger question of what you can use to replace ADO, that's much more difficult to answer.  There are many application development environments for Java apps which you'd have to evaluate for yourself.  Within JBoss alone, there's SEAM and Hibernate.  I'm not a fan of these environments, because we always want more control over the app than the app environments provide, but we're experienced Java and application developers.  YMMV.

ADO has much less functionality  than environments like SEAM and Hibernate, but in turn has more limitations than straight JDBC access.  I don't think there's a perfect analog for ADO within the Java community.
Random Solutions  
 
programming4us programming4us