On Mon, 7 Aug 2000, Jubin Zawar wrote:
> ... 
> - the minerva docs have some examples in them, in some of them the author
> refers to a variable of type Context. Is this from package
> javax.naming.Context ? Which package are the types datasource, connection
> and statement and resultset from ?

        javax.naming.Context   (JNDI, or JDK 1.3+)
        javax.sql.DataSource   (JDBC 2 Standard Extension)
        java.sql.Connection    (JDK 1.1+)
        java.sql.Statement     (JDK 1.1+)
        java.sql.ResultSet     (JDK 1.1+)

> - what development environment do people in here prefer to easily develop
> EJBs ?

        JBuilder, personally.  Kawa also seems to be highly recommended.

Aaron



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to