|
![]() |
![]()
The Core Libraries describes the core
language libraries described by the EcmaScript standard and extended
by JavaScript 1.3. It contains basic types such as objects, arrays, strings, and regular
expressions.
Resin's File Libraries simplify Java's
I/O libraries by using system-independent file naming (URLs with '/'
as the separator), and coalescing Java's many different stream classes
into a single JavaScript stream object.
The Servlet Libraries connect
JavaScript to the web by following Sun's servlet interface.
Database access follows Java's JDBC interface.
The database pooling gives a straightforward
way to share database connections across requests.
XML access follows the W3C DOM level 1.
|