Thanks to visit codestin.com
Credit goes to github.com

Skip to content

thaingo/jPOS-EE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is the new home of the 'Mavenized' jPOS Extended Edition.

While the code we place here is stable, the build process is still alpha and in flux.

For a stable version of jPOS-EE's modules, please see the HOWTO section at:

  http://jpos.org/doc/jPOS-Project-Guide.pdf

In order to build jPOS-EE, you need to 'mvn install' jPOS first.

Some tests use a local MySQL database called 'jposee_dev'. 

Make sure you:

  CREATE DATABASE jposee_dev;
  GRANT ALL PRIVILEGES ON jposee_dev.* TO `jpos`@`localhost`;


About

jPOS Extended Edition

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • CSS 1.1%
  • Other 0.3%