Using the framework code/ear in Eclipse
I'm new to Eclipse. I intend to type in the business logic for the sample application and integrate it with the libraries and the framework code, ie. the jdbc abstraction layer etc. That is I don't want to type in support code such as the jdbc abstraction layer. How do I do this in Eclipse. I think I have 2 options:
1) Copy the framework source code to my project in eclipse and try to build that. Could anybody explain how to do this in eclipse. (Should I create a new source folder to hold the framework code etc?)
2) Copy the (framework) jar files to my project. I know this code is in ticket.zip. Since I don't want to type in the app code, I'm trying to identify the framework jar in the zip but can't locate it.
Vimal
|