Previous     Contents     DocHome    
iPlanet Application Server Programmer's Guide (Java)


 SymbolsABCDEFGHIJKLMNOPQRSTUVWXYZ 
Index



A

accessing
business logic, 1
databases, 1, 2
parameters, 1
activating an entity bean, 1
application events, 1
application model, 1
applications
designing user interface, 1
identifying requirements, 1
partitioning, 1
AppPath, 1

B

BasePath, 1
batch updates
handling in JDBC, 1
bean tags, 1
bean, see EJBs1

C

CacheCriteria field, 1
CallableStatement, 1
cancel, 1
Chapter Single Template, 1, 2, 3
class definition, 1, 2
class file, 1
close( ), 1
code re-use, 1
concurrency, 1
configuration files, 1
configuring servlets, 1
Connection.isClosed(), 1
cookies, 1
createMailbox( ), 1
creating
entity beans, 1
servlets, 1
session beans, 1

D

database transactions, 1, 2
committing in entity beans, 1
distributed, 1
database vendor limitations, 1
databases
accessing from EJBs, 1
accessing in servlets via rowsets, 1
accessing through java.transaction.UserTransaction, 1
accessing with JDBC, 1
connection handling with JDBC, 1
EJBs as the preferred interface to, 1
JDBC rowset support for, 1
portability access choices, 1
databases supported by NAS, 1
DB2, 1
deactivating an entity bean, 1
declaring an EJB remote interface, 1, 2
deploying servlets, 1
design guidelines, 1
destroy( ), 1, 2
destroying servlets, 1
development team, 1
distributed transactions, 1
Document Type Definition (DTD), 1
documentation, 1
doGet( ), 1, 2
doPost( ), 1, 2
dynamic reloading, 1, 2

E

EJB specification, 1
ejbActivate( ), 1
ejbCreate( ), 1, 2, 3
ejbFindByPrimaryKey( ), 1
EJBHome, 1, 2
ejbLoad( ), 1
EJBObject, 1, 2, 3
ejbPassivate( ), 1
ejbPostCreate( ), 1
EJBs
accessing databases with through JDBC, 1
accessing NAS value-added features from, 1
client contract, 1
component contract, 1
container, 1
database access from, 1
defined, 1
entity beans, 1, 2, 3
in NAS applications, 1
introduction to, 1, 2
partitioning guidelines, 1
planning guidelines, 1
property files, 1
purpose of, 1
remote interface, 1, 2
session beans, 1, 2, 3
stateful vs. stateless, 1
transaction isolation level in, 1
using JDBC in, 1
using serialization, 1, 2
ejbStore( ), 1
email, 1
receiving, 1
required servers, 1
security, 1
sending, 1
Enterprise JavaBeans, see EJBs1
entity beans, 1, 2, 3
accessing, 1
accessing NAS, 1
class definition for, 1
declaring a remote interface, 1
ejbActivate( ), 1
ejbCreate( ), 1
ejbLoad( ), 1
EJBObject, 1
ejbPassivate( ), 1
ejbStore( ), 1
home interface, 1
requirements for, 1
events, 1
examples
email, getting, 1
email, sending, 1
executeBatch(), 1

F

FindByPrimaryKey( ), 1
finder methods, 1
format
URLs, in manual, 1
FORWARD-ONLY READ-ONLY result set, 1

G

generic servlets, 1, 2
getAppLogic(), 1
getArray(), 1
getBlob(), 1
getClob(), 1
getCreationTime(), 1
getCursorName(), 1
getId(), 1
getLastAccessedTime(), 1
getObject(), 1
getRef(), 1
getRemoteUser(), 1
getRequestedSessionId(), 1
getTypeMap, 1
getValue(), 1
getValueNames(), 1

H

handling requests, 1
home interface, 1, 2
HTTP servlets, 1, 2
HttpServletRequest, 1
HttpServletRequest2, 1
HttpSession, 1
HttpSession2, 1

I

IAppEventMgr, 1
IAppEventObj, 1
IContext, 1
IMailbox, 1
implementing a remote interface, 1
Informix, 1
init( ), 1, 2
instantiating servlets, 1
IServerContext, 1
isNew(), 1
isRequestedSessionIdFromCookie(), 1
isRequestedSessionIdFromURL(), 1
isRequestedSessionIdValid(), 1

J

Java Database Connectivity, see JDBC1
Java Development Kit, see JDK1
Java Naming and Directory Interface, see JNDI1
java.transaction.UserTransaction, 1
managing transactions with, 1
JDBC
1.0 support in NAS, 1
2.0 support in NAS, 1
application model diagram, 1
batch updates, 1
concurrency support, 1
database support, 1
database vendor limitations, 1
databases supported by NAS, 1
defined, 1
distributed transactions, 1
handling database connections, 1
JNDI support in, 1
managing transactions with, 1
NASRowSet class, 1
restricting databases access with to EJBs, 1
result sets
updatable, 1
rowsets, 1
SCROLL-INSENSITIVE READ-ONLY result sets, 1
servlet access via rowsets, 1
SQL support, 1
SQL-2 support, 1
transactions, distributed, 1
updating in batch mode, 1
using in EJBs, 1, 2
using in servlets, 1, 2, 3
using rowset with servlets, 1
JDK1
JNDI1
JDBC support for, 1
using in JDBC, 1
JSP specification, 1
JSPs
about, 1
bean tags, 1
compared to servlets, 1, 2
designing, 1
dynamic reloading, 1
invoking with a URL, 1
invoking with include( ) or forward( ), 1

L

loading bean state information, 1
loginSession(), 1
looking up remote interfaces1

M

messages, email, 1
Microsoft SQLServer, 1

N

NAS
databases supported by, 1
documentation, 1
NAS registry, 1, 2
NASRowSet class, 1
Netscape Application Builder, 1
Netscape Application Server, see NAS1
NTV format, 1

O

ODBC, 1
open( ), 1
Oracle, 1

P

passivating an entity bean, 1
pooling servlets, 1
PreparedStatement, 1
property files
datasources, 1
putValue(), 1

R

registry, 1, 2
remote interface, 1, 2, 3, 4
declaring, 1
implementing, 1
removeValue(), 1
removing servlets, 1
request object, 1
resource allocation, 1
response pages, 1
restoring bean state information, 1
result cache, 1
result sets
FORWARD-ONLY READ_ONLY, 1
SCROLL-INSENSITIVE READ-ONLY, 1
updatable, 1
ResultSet, 1
ResultSetMetaData, 1
retrieve( ), 1
retrieveCount( ), 1
retrieveReset( ), 1
reusability, 1
rowsets, 1
in servlets, 1
NASRowSet, 1

S

security, 1, 2
email, 1
send( ), 1
serialization, 1
of bean references, 1
service( ), 1, 2
servlet engine, 1, 2, 3
servlet specification, 1
ServletData section, 1
servlets
about, 1
accessing databases with through JDBC, 1
compared to JSPs, 1, 2
configuration, 1
creating, 1
deploying, 1
designing, 1, 2
destroying, 1
directory structure, 1
dynamic reloading, 1, 2
execution cycle, 1
generic vs. HTTP, 1, 2
instantiating, 1
invoking from a servlet, 1
invoking using a URL, 1
non-standard, 1
pooling, 1
removing, 1
request handling, 1
standard vs. nonstandard, 1
using JDBC in, 1, 2
using rowsets in, 1
session beans, 1, 2
accessing NAS value-added features, 1
creation guidelines, 1
stateful vs. stateless, 1
using, 1
SessionBean interface, 1
sessions, 1, 2
invalidating, 1
sharing with AppLogics, 1
SessionSynchronization interface, 1
setEntityContext( ), 1
setSessionVisibility(), 1
setTransactionIsolationLevel, 1
setTypeMap, 1
specifications, 1
SQL
support for in JDBC, 1
stateful Session Beans, 1
stateless Session Beans, 1
Statement class, 1
storing bean state information, 1
storing data, 1
Sybase, 1

T

thread safety, 1
transactions, 1, 2
committing in entity beans, 1
distributed, 1
isolation level, 1
TX_BEAN_MANAGED, 1

U

unsetEntityContext( ), 1
updates, batch mode, 1
URLs
format, in manual, 1
user interface, 1
using JNDI, 1

V

value-added NAS features, 1

Previous     Contents     DocHome    
Copyright © 2000 Sun Microsystems, Inc. Some preexisting portions Copyright © 2000 Netscape Communications Corp. All rights reserved.

Last Updated June 25, 2000