Giter VIP home page Giter VIP logo

happyfacescrud's Introduction

Quick startup
mvn archetype:generate -DarchetypeGroupId=com.github.happyfaces -DarchetypeArtifactId=happyfaces-archetype -DarchetypeVersion=1.0.2 -DgroupId=com.test -DartifactId=MyTestApp

Tutorial
http://intelligentjava.wordpress.com/2014/07/11/happyfaces-archetype-tutorial-easy-jsf-with-custom-components/

More info
https://github.com/ignl/happyfacescrud/wiki

Features

  • Setup Spring and JSF project with all configuration. Saves a lot of work for the project startup.
  • Quite some Jsf composite components which works well with standard backing beans and allows to create crud pages in very fast and easy way without loosing flexibility and ability to customize to your requirements (which is often a trade off with code generation tools).
  • Jsf composite components are easily accessible and can be modified themselves (add new parameter or change logic) or can be used as example to start new components without any additional work on configuration etc.
  • Spring data and Query DSL setup.
  • Dynamic query for search which means no need to write your own query for each different set of search fields.
  • Spring security setup and simple JPA login/logout implementation.
  • Change password functionality.
  • Unit/integration tests setup and some tests created.
  • Lazy Primefaces datatable with pagination and sorting setup with solved issues about working with columns that are in <a href=http://code.google.com/p/primefaces/issues/detail?id=2930>taglibs.
  • Spring REST WS setup.
  • File upload setup.
  • Generic converters for all enums and all entities so no need to create a new ones.
  • Maven site and plugins configuration. Reports like findbugs, checkstyle, pmd. Code has 0 issues for findbugs/checkstyle/pmd.
  • Other small things like clear button component with Omnifaces, easy JPA entity properties fetching from db etc..

happyfacescrud's People

Watchers

 avatar  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.