Git Product home page Git Product logo

seamserver's Introduction

-------------------------------------------------------------------------------
SEAMLESS GROMIT | Version: 1.3.0                         Release: April 2, 2010
-------------------------------------------------------------------------------
Copyright (c) 2009, The SEAMLESS Association. Please see the included license
files for LEGAL statements and disclaimers. It can also be obtained from the
website: http://www.seamlessassociation.org.
-------------------------------------------------------------------------------

1. Introduction

This is the source code for the SEAMLESS GROMIT module. "Gromit" is the server
part of the SEAMLESS-IF web application. The client part is named "Wallace",
and is written in Adobe Flex. Gromit provides Wallace with access to the
SEAMLESS database. It uses the seamfaces (Java data classes generated from the
ontology) and Hibernate to exchange data with the database. A set of transfer
objects in Java and Actionscript (mostly generated by a code generator) are 
used to exchange data with the web client running in a browser. Transmitting
data between server and client is done using Adobe BlazeDS and the AMF format
for performance reasons. Gromit also uses Spring Framework functionality for
dependency injection, AOP, database connections, servlets, etc.

2. Remarks for this version

This component is fully functional. However take note that it is the result of
the SEAMLESS IP research project and not developed as production or mission
critical quality software. Many aspects can certainly be improved.Some major
updating/refactoring is already in progress, which includes renaming of the 
packages from org.seamless_ip to org.seamless_if. This matches the step from 
the initial EU Integrated Project (ip) to the current SEAMLESS Association.
In the future all packages should start with org.seamless_if.

A rewrite of the job scheduler components for automated running of model
chains is also in progress. Most of the code is finished and available in the
services.scheduler package, but further testing and implementation needs to 
be done.

3. Available packages

- org.seamless_if.services
	WORK IN PROGRESS: Scheduler service for automated running of model chains.

- org.seamless_ip.core
	Core utility classes used in the component e.g. for creating copies of
	objects in the database.

- org.seamless_ip.services.dao
	Collection of Data Access Objects, both interfaces and implementations.
	Follows the general Data Access Object design pattern. The DAO classes
	access the database to store and retrieve information packaged in the
	transfer objects (simple Java data classes).
	
- org.seamless_ip.services.transferobjects
	Java data classes (mostly produced by a code generator) used by the DAO
	classes in the communication with the web client.
	
4. Building
This component and its source code is provided as an Eclipse (3.5) compatible
project, including all referenced libraries, project settings files and
classpath definition. It should be no problem to get started building and
using this library in the Eclipse IDE. An Ant build.xml file is also included
for building the source code. To create documentation from the source code
please run javadoc.
-------------------------------------------------------------------------------

seamserver's People

Contributors

robknapen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.