From 94cb789115ddbbd149309759711e0e3b6515a36b Mon Sep 17 00:00:00 2001 From: wisberg Date: Thu, 7 Aug 2003 06:57:57 +0000 Subject: - initial api-based tests - initial J2EE samples (added support for XML/Ant scripts) --- docs/sandbox/trails/myeclipseide.html | 87 +++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 docs/sandbox/trails/myeclipseide.html (limited to 'docs/sandbox/trails/myeclipseide.html') diff --git a/docs/sandbox/trails/myeclipseide.html b/docs/sandbox/trails/myeclipseide.html new file mode 100644 index 000000000..daff02e49 --- /dev/null +++ b/docs/sandbox/trails/myeclipseide.html @@ -0,0 +1,87 @@ + + + + + +MyEclipseIde +(http://www.myeclipseide.com) +aims to make it easy to develop J2EE applications using Eclipse. +AJDT +(http://eclipse.org/ajdt) +is an Eclipse plug-in that supports AspectJ. + + + + + + +

Bugs in MyEclipseIDE

+
    +
  1. After refactoring to rename a servlet, have to manually update web.xml
  2. +
  3. Silent failure when unable to delete a duplicate resource during deployment.
  4. +
  5. Annoyingly modal UI for deployment. Use a view.
  6. +
  7. Need validation on saving Web.xml. E.g., servlet mapping names validated with declared servlet names.
  8. +
  9. Deployment dirty flag not working; not updated after editing web.xml or rebuilding project.
  10. +
  11. Apparantly false JSP error? using Sun page and template page, + got: + "Fatal error - The markup in the document preceding the root element + must be well-formed." + Error persisted even after replacing the entire contents of the file + with the template which worked by default. +
  12. +
  13. When using the exact template page, get no MyEclipseIDE error, + but do get compile errors in Tomcat. Using Javac, get compile-failed + stack trace with initial line number. Using ajc, just get stack trace. + But precompiling using Ant seems to work. +
  14. +
  15. Precompiling JSP's: +
      +
    • MyEclipseIDE has a command to compile all JSP's, but + I don't see (where or how) the updated servlet mappings + get into the deployed web.xml. + It would be great to get this working with AJDT. +
    • +
    • I adapted the Tomcat precompile script to use AspectJ's iajc. + This works fine, but like all Jasper2 solutions required the + generated servlet mappings be copied manually into the web.xml file. + See the Ant build script +
    • +
    +
  16. +
+ + + \ No newline at end of file -- cgit v1.2.3