- the ECESIS eclipse project: a list of resources and open source training material
- Wayne Beaton post about Training
- and of course my own page
2006-10-11
Eclipse Training
I finally managed to put togeteher a web page about my upcoming training session on eclipse RCP.
Doing so I found a number of resources for those willing to learn by themselves:
2006-04-11
OWASP & tools
WTP 1.0
Of course with each new release of WTP the process describe for WTP 0.7 is less and less successfull. But this comes with no surprise, as those were undocumented and temporary features.
For those who wonders, the assembled webapp now resides under your workspace directory in .metadata/.plugins/org.eclipse.wst.server.core/tmpX
where X is the number of your server starting at 0. Using this tmp folder clearly indicate that nobody should rely on the files at this location, as they will be regenrated with the build process. Those tmp folders also allows eclipse to build a separate assembly specific to each server, which make a lot more sense than the .deployables directory which was shared amongts all server instances.
If you need to explicitely reference this directory, you should probably review your build process (but you are already using Maven, right?).
Subscribe to:
Posts (Atom)