Issue Details (XML | Word | Printable)

Key: BETTERBEANSBINDING-4
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: fabriziogiudici
Reporter: fabriziogiudici
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetterBeansBinding

Split the project in three modules (jars)

Created: 01/Apr/09 02:59 PM   Updated: 25/Apr/09 11:07 PM   Resolved: 25/Apr/09 11:07 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.3.0

Time Tracking:
Not Specified

Tags:


 Description  « Hide

While beansbinding originally was a single, monolithic project, there are reasons for splitting it into three modules:

1. The core
2. The patched EL package
3. The Swing specific stuff

The reason for getting #2 into a separate module is that we hope to get the EL patches incorporated in EL, so in future we will able to drop that module; furthermore, people are also asking for supporting different expression languages than EL, so it makes sense to have them modularized.

The reason for getting #3 into a separate module is that BBB could be used in server-side projects too (without Swing).



fabriziogiudici added a comment - 25/Apr/09 11:07 PM

Done. To be tested.