Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor.

The Bootstrap tutorial walks through installing the framework and creating a simple application.

Note

Be forewarned that While the framework is geared toward professional developers. To create simple to use, creating non-trivial applications , assumes a working knowledge of several key technologies is required.many JEE technologies, including:

  • Java
  • Filters, JSP, and Tag Libraries
  • JavaBeans
  • HTML and HTTP
  • Web Containers (such as Tomcat)
  • XML

...

To get started with a new application, we can use the blank template, run the Maven archetype, or just setup set up a web infrastructure from scratch.

...