- Seasar
Infobox_Software
name = Seasar
caption =
developer =
latest_release_version =
latest_release_date =
operating_system =Cross-platform
genre = Application framework
license = Apache 2.0
website = [http://www.seasar.org/en/ Seasar.org]Seasar2 is an
open source application framework similar to theSpring Framework (Java) . Initially, it was developed for theJava platform by Yasuo Higa, but .NET andPHP platforms are currently supported as well.Seasar2 has a large base of Japanese users, but there is a steady increase ofnon-Japanese users since English support was announced at theJavaOne 2005 Tokyo conference.Seasar2 is currently supported by the Seasar Foundation, a non-profit open source organization.
History
Seasar was initially made public on August 2003 at
SourceForge .jp as anapplication server usingJetty (web server) andHSQLDB .The name was coined by the initial developer Yasuo Higa after anOkinawa n mystical creatureShisa ."On March 2004, Seasar was re-introduced as light weight
dependency injection and AOP container and renamed Seasar2. Even though, development of Seasar came to a halt, the last release, seasarsetupV1Final With Nazuna, may still be downloaded from theSeasar2 site.On April 2005, Seasar2 obtained assistance from [http://www.oscj.net/ OSCJ.net] (Open Source Collaboration Joint Network) and moved out fromSourceForge .jp.Introduction
Like other DI container frameworks, components are defined in external XML files. There is, also, a strong support for database and unit testing with
JUnit .The main difference with other frameworks is the support of theconcept "Convention over Configuration" to reduce the XMLconfiguration prominent when using framework such as Spring.The aim to reduce number or eliminate configuration files by making developers conform to programming and configuration conventions and letting the framework do the work.For example, if a property type is an interface and there is an object that implements this interface, dependency is configured by the container. If the test method name ends with a "Tx", a transactionis initiated before the unit test and rolledback after the test.
Modules
Seasar2 support of other open source software are prefixed with S2.Like most open source software, Seasar2 software may be divided into 3 major categories:
#Seasar2 core
#Related software
#Sandbox software - software still under developmentRelated software may further be subdivided into the following subdivision:
#Database related: S2DAO, S2Hibernate, S2Unit(JUnit )
#Presentation: S2JSF, S2Struts , S2Tapestry, Flash player
#Communication related: S2RMI, S2Axis
#Miscellaneous: KijimunaSeasar2 Core
Seasar2 core is the central software common to all Seasar2 related software.Transaction control module (S2Tx), database connection pooling (S2DBCP), and
JUnit testing (S2Unit) are all bundled with this core.Cross-Platform Support
Seasar is currently supported on Java/
J2EE ,PHP5 , and .NET.Future
On April 22,2005 at Seasar Strategies Day 2005, project Kuina was announced as the next releaseof Seasar2. At the conference, it was announced that Kuina will support for
EJB 3.0 (JSR 220) as well asJ2SE 5 annotation.Events
Seasar Foundation periodically holds "Karasawagi" conferences around Japan to allowdevelopers and users to talk with each other.Seasar is also featured in
JavaOne conference.External links
* [http://www.seasar.org/en/index.html Seasar Framework]
* [http://www.seasar.org/en/dotnet/index.html Seasar .NET]
* [http://www.seasar.org/en/php5/index.html Seasar PHP5]
Wikimedia Foundation. 2010.