Eclipse configuration¶
IDE Configuration¶
Add a FWD branch as a project¶
TBD
Configure builds, including things like ecj or AspectJ¶
TBD
Setup debugging profiles¶
TBD
Start debugging on the client¶
TBD
Start debugging on the server¶
- If you want to start a local debugging session for the server (starting it from Eclipse) it is a good idea to customize the default debug configuration for the
Java Application
. At theclasspath
tab remove the default content of theUser Entries
section and add jars from the projectbuild/lib
. This is mandatory if you expect to run web client with this server. Of course, the project should be re-build from the command line after changes.
Configure to match our coding standards¶
TBD
© 2004-2020 Golden Code Development Corporation. ALL RIGHTS RESERVED.