I'm starting to get the impression that the dependencies from framework
to applications are too deep rooted. I was originally hoping to be able
to move the dependencies around so that users could switch between a
standalone framework and a full ofbiz just by commenting/uncommenting
component-load.xml. However, currently there are too main dependencies
on applications. I think the only way to separate the dependency from
framework to applications is by some pretty heavy refactoring.
I have managed to get a standalone framework - but only by some pretty
big hacks.
The functionality I have got running ok so far:
- Login
- Theme
- Security Group management (functionality from Party component)
- Help
- Webtools
Functionality that is not working
- Portal
- Themes not selectable
Functionality that needs developing
- CrUD screens for UserLogin
I've managed to break svn so I can't do a diff, but if anyone would like
a download of my eclipse project (90MB), please let me know.
Many thanks,
Chris