1. Create a Web Project Create a MyEclipse Web project called CustomersApp.Note: If you get a popup regarding the project compiler compliance level not matching the workspace default, specify that you want to use a custom setting for the project by clicking Yes.New web project 2. Scaffold from …
Read More
1. MyEclipse Web XML EditorThe MyEclipse Web XML editor includes advanced XML editing functions like: Syntax highlighting Tag and attribute content assist Real-time validation (as you type) Source, Design and Outline views of the document’s content Document formatting Content assist templates When you create a Web project, the …
Read More
1. Scaffold Spring CRUD Application Wizard Scaffolding can generate full or major portions of an application by applying standard application patterns from a minimal set of existing artifacts provided by the developer. This wizard is used for all CRUD application scaffolding functions.Note: Spring scaffolding requires a MyEclipse Spring …
Read More
1. Web Layer – Spring MVCNote: Spring scaffolding requires a MyEclipse Spring or Bling subscription. The image below shows the Spring MVC scaffolding blueprint, and the following table describes what gets generated. Item Description Stateless annotation-based multi-action Spring Controllers (@Controller) one controller per top-level domain object; each …
Read More
1. Project Editor The Spring DSL is only applicable to projects that have been enabled with Spring code generation capabilities using the Enable Spring DSL wizard. The Project Editor is accessed by double-clicking the Spring DSL node in the project, and it’s comprised of the Overview tab, the …
Read More