Menu

Tree [709d1b] master /
 History

HTTPS access


File Date Author Commit
 .settings 2016-04-23 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [e023cd] Reintroduced the security project as a module.
 helianto-bootstrap 2013-05-20 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [8cde8f] Converting old dao abstraction to new Spring da...
 helianto-core 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.
 helianto-document 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.
 helianto-inventory 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.
 helianto-partner 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.
 helianto-resource 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.
 helianto-security 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.
 prototype 2012-10-27 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [21d87a] Helianto 0.4.0.RC1, merged from topic branch sp...
 sandbox 2016-01-22 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [061916] Deleted.
 src 2012-09-17 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [e7365b] Updated schema.
 .classpath 2016-06-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [764a76] Refactored partner.
 .gitignore 2012-10-27 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [21d87a] Helianto 0.4.0.RC1, merged from topic branch sp...
 .project 2013-10-08 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [db434a] Removed admin module.
 .springBeans 2013-06-17 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [c02957] Merge remote-tracking branch 'eldevanjr/master'...
 .springWebflow 2009-10-16 iserv iserv [ecb876] fixed flow definitions
 LICENSE.txt 2009-05-04 iserv iserv [96e385] fixed svn root
 NOTICE.txt 2009-05-04 iserv iserv [96e385] fixed svn root
 README.txt 2012-05-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [a898b7] New readme file.
 pom.xml 2017-01-02 Mauricio Fernandes de Castro Mauricio Fernandes de Castro [709d1b] 0.7.0.27 Release.

Read Me

The Helianto Project

The Helianto Project provides an open source API with extension points to help java developers to easily 
create a robust working project. Its layered architecture readily provides common domain objects wired to be 
persisted via ORM to many popular databases. Additionally, domain objects can be handled using a flexible filtering 
abstraction and presented to external application or presentantion consumers through a transactional service layer.

Helianto relies on Hibernate and the Spring Framework to implement many of its features. As a result, the API 
is highly customizable, mostly just by changing configuration. Some of the available modules are:

Helianto-core: core configuration and basic domain model containing business isolation and users abstraction, 
as well as security and transaction control.

Helianto-partner: extends helianto-core domain and service to provide flexible relationship with external 
business parties.

Helianto-document: extends helianto-partner domain and service to introduce document handling. Documents are a core 
abstraction to Helianto, extended by other modules to represent financial records, parts, processes and other. 

For additional information, please, visit the project info at http://www.helianto.org. 

-------------------------------------------------------------------------------