hi,
I am developing a Fusion Web Application where the Entity Objects, View Objects, and Application Module are in separate JAR files imported into a View Controller Application project.
It was considered to be a way to have different layers in the application where EO, VO, AM and VC were supposed to be kept in separate JAR files.
Unfortunately, for some reason we have to bring things back into two layers only one for EO, VO, and AM and the other one for the View Controller project.
I just want to find a way to import XMLs for the EO and VO into the AM project so that everything could fit into two layers (ie. two jar files).
Please let me know how I can do that.
You help is much appreciate it.
Mike