The resource types that you can select from the drop-down list in the Type column are:
- javax.sql.DataSource - represents a data store like a database.
- javax.mail.Session - represents either:
- a mail store, where mail messages are stored in folders.
- a mail transport used to send a mail message.
- java.net.URL - represents a file resource.
- javax.jms.QueueConnectionFactory - represents a connection factory for connecting to a Queue destination.
- javax.jms.TopicConnectionFactory - represents a connection factory for connecting to a Topic destination.
- javax.jms.ConnectionFactory - represents a connection factory for connecting
to a JMS provider.
- javax.resource.cci.ConnectionFactory - represents a connection factory for connecting to an EIS.
- javax.xml.registry.ConnectionFactory - represents a connection factory for
connecting to a JAXR registry.