Skip to content

bitro is a java web application freamwork using AspectJ. this is used with AspectJ Development Tools (AJDT).

Notifications You must be signed in to change notification settings

masayuki038/bitro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

bitro is java web application freamwork using AspectJ. this is used with AspectJ Development Tools (AJDT).

Action is a base component that receives requests.

Model is a base component like ActiveRecord.

Container manages system components and user’s.

Bind annotation provides injection of component registered container.

Transaction annotation provides to manage transaction scope.

Install

  1. download bitro-x.×.×.jar.
  2. start Eclipse and open Package Explorer.
  3. create AspectJ project( or select existing AspectJ project).
  4. open context menu on created project and select AspectJ ToolsConfigure AspectJ Build Path….
  5. click Aspect Path tab and Add JARs bitro-x.×.×.jar.
  6. add Build Path of created project to bitro-x.×.×.jar.

About

bitro is a java web application freamwork using AspectJ. this is used with AspectJ Development Tools (AJDT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages