We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

tsl2-nano

NanoH5 (or FullRelation) is an UI independent gui implementation framework providing a model driven design (MDA). It is bound to the app framework ‘tsl2.nano.commons’ and the jpa-service framework ‘tsl2.nano.serviceaccess’. It is possible to build a complete html5 application through a given class- or database-model.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website http://sourceforge.net/p/tsl2nano/wiki
Tags
License
Platform
Features
  • pure model implementation + platform independence (naked objects, works on android, too)
  • small, having as less as possible static dependencies to other libraries
  • everything has a default - all defaults are configurable (Convention over Configuration)
  • application, session and entity behaviors are configurable
  • implementation through simple java beans + optional bean presenters
  • you develop ui independent, but are able to use ui dependent extensions
  • no new language to learn. knowing html5 allows to improve layout and styling
  • navigates through given beans, showing bean-lists and bean-detail dialogs
  • resolves all bean/entity relations to be browsed
  • navigation can be a configurable workflow - or simply an entity browser
  • pre-defines formatting, validation and presentation of relations
  • pure html-5 (no javascript, only html5-scripting-api for websockets)
  • jvm scripts like javascript, groovy and python can be included by rules using the java scriptengine
  • using websockets to show status messages, input-assist and dependency field or timer refreshing
  • pure jpa - jpa-annotations are read to resolve attribute-presentation
  • independent of a special o/r mapper. all o/r mappers supporting javax.persistence with an EntityManager are usable
  • simple database replication on user-loaded data - offline working possible
  • full key-navigation (shortcuts)
  • framework designs interfaces and provides extendable implementations
  • useable as standalone or web-service (with offline access), can connect to application-server or works standalone
  • many features through nano.common, and nano.incubation like a rule, sql, action engine, network executor etc.
  • resolves all external (jdbc-drivers, etc.) jar-dependencies on runtime on an available network connection
  • handling blobs of data (byte[]) to be presented in html as picture, audio, video or object
  • providing attributes as virtuals (not bound to a real bean-attribute, rule-expressions, sql-query-expressions and RESTful-service-call-expressions
  • automatic translations through network connection
  • secure connection over https and wss (_app.ssl.activate=true)
  • supporting yaml on environment and bean configurations