Home - Technology Index - Alphabetically - S - Spring

After the Storm - Internet Technologies

Home
Technology Index
Alphabetically
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
SA4J (Structural Analysis for Java)
SAAJ (SOAP with Attachments API for Java)
SAML (Security Assertion Markup Language)
Sandesha
SAR (JBoss Service Archive)
SASL (Simple Authentication and Security Layer)
SAX (Simple API for XML)
SCM (Supply Chain Management or Software Configuration Management)
SCSL (Sun Community Source License)
SDO (Service Data Object)
Semantic Web
Servlet
SFSB (Stateful Session Bean)
SHTTP (Secure HTTP)
Simple
Simple Network Management Protocol
SJS AS PE (Sun Java System Application Server Platform Edition)
Slide
SLSB (Stateless Session Bean)
SMIL (Synchronized Multimedia Integration Language)
SOA (Service Oriented Architecture)
SOAP (Simple Object Access Protocol)
SOAP: See Axis
SOBA (Service Oriented Business Architecture): see SOA
SPEM (Software Process Engineering Metamodel)
Spring
SQL (Structured Query Language)
SSL (Secure Socket Layer)
Stateful Session Bean
Stateless Session Bean
Struts
StrutsTestCase
Sun Java System Application Server
Sun Solaris
SuSE
SVG (Scalable Vector Graphics)
SVN (Subversion)
Swing
SWT (Standard Window Toolkit)
T
U
V
W
X
Y

Spring

In short, Spring is a lightweight[1] J2EE framework that uses AOP quite a lot. It can be used with or without EJBs.

Some further insights: Spring is a collection of APIs and a framework. The core is the bean factory, which uses XML-defined mappings of IDs to class (or class factory) names to manage beans. Patterns like singleton, dependency checking etc. can be defined in XML. Property and constructor values can be set on these beans, including references to other beans. Thereby, whole graphs of beans can be created.

Homepage: http://www.springframework.org/

[#1] Well, as light as frameworks get these days!


© 1998-2005 Christian Treber, ct@ctreber.com. All rights reserved. The author takes no responsability for linked external pages, the content of which by no means reflect his own opinion, convictions etc.