Giter Club home page Giter Club logo

springwebflowwizard's Introduction

Spring WebFlow Wizard

This project is a skeleton for those who want to build a wizard based on Spring WebFlow. It contains the minimal (example with five wizard steps) code and configuration to help you in building a nice wizard containing the following features:

  • navigation (forward, backwarde, cancel and finish)
  • usage of JSP 2.0 tags to build up the wizard (keeps your pages clean)
  • support for internationalisation (i8n) integrated
  • form validation
  • SiteMesh decorator integrated for consistent decoration on all your pages
  • friendly exception handling when something goes wrong in the wizard

The project is based on and uses Maven to fetch all the required libraries (mostly Spring).

Installation and running

Download the project to your local computer and import the project in your favorite IDE (import it as Maven project) and generate a WAR file. Put the WAR file in your favorite servlet container (e.g. Jetty, Apache Tomcat) and let the servlet container deploy it for you. Use the path configured in your servlet container context to visit the wizard, this could be something like http://localhost:8080/springwebflowwizard. There you will see an index page which allows you to start the wizard.

Why this project?

When I started developing with Spring WebFlow I found it difficult to find good and clear examples of how to use it. Also there were no good implementations available of wizard like webflows or it was poorly worked out. I hope by putting this wizard online I can help other people out there to get started.

About me

My background since a few years is mostly Java oriented (Swing, Spring, Hibernate) and in my previous job (and now for hobby) I also develop(ed) in the Grails framework. My personal site can be found at http://www.tjeerd.net.

springwebflowwizard's People

Contributors

tjeerdnet avatar

Watchers

James Cloos avatar Jemmy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.