Skip to content

CharlesSong/AngularBeans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AngularBeans

Angular Beans is a framework whose intention is to use javaEE7 and more precisely the CDI specification with AngularJS it allows to create "AngularJS aware" JavaEE Applications .

#features:

  • generate rady to inject && callabales AngularJs Service from CDI Beans.
  • binding $scope with beans models
  • handle HTTP methods calls.
  • finest control over server side & client side data updates.
  • handle Real Time calls via webSockets or SockJS integration.
  • queryModels: query's from server to client's to update their model's
  • events and queryModels broadcast.
  • Angular form validation based on Bean Validation annotations.
  • Built in I18n Translation.
  • Event Driven, Real Time, lightweight.

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.3%
  • JavaScript 13.7%
  • HTML 10.5%
  • CSS 3.5%