Hi,
This looks like good software so far but can you explain the CVS folder structure?
For one, it seems to still have the b7 version. Is the b9 source code available?
Also, the folder structure doesn't seem to correspond to the java packages you have defined within the code, so to get it to compile I have to manually rearrange the folders, which would make updating from the CVS tree difficult. Or am I missing something?
Thanks
Hi Demerit,
you are right. We have forgotten to upload the b9 source code. We will do this, thank you for the hint.
To the folder structure, I am not fully aware of it at the moment but I think we splitted it up into server, gui and security packages, just to give the developers a better overview about what the packages included do. We thought that this might be a good idea, sorry if this causes confusion.
Best regards
Heller
> To the folder structure, I am not fully aware of it
> at the moment but I think we splitted it up into
> server, gui and security packages, just to give the
> developers a better overview about what the packages
> included do. We thought that this might be a good
> idea, sorry if this causes confusion.
I see you've uploaded the b9 code. Thanks.
But I'd like to suggest that you NOT rearrange the folder structure since it makes it harder to do upgrades. A major reason for the existence of java package declarations is to allow you to have a hierarchical structure that makes things clear. If you have to then further rearrange the folders after that, then you should consider refactoring the java packages you have defined.