Skip to content

Commit

Permalink
Updated example apps to work with the current version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyecize committed Oct 4, 2019
1 parent 749d1e0 commit 51caafd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
Binary file removed Examples/00javacheLatest.zip
Binary file not shown.
Binary file modified Examples/01ExampleWithServletsAndMySql.zip
Binary file not shown.
Binary file removed Examples/01WithJavacheEmbedded.zip
Binary file not shown.
Binary file modified Examples/02ExampleWithSummerMVCAndHibernate.zip
Binary file not shown.
Binary file removed Examples/02WithJavacheEmbedded.zip
Binary file not shown.
10 changes: 9 additions & 1 deletion Examples/readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Here you can find fully working demos which can be run just by clicking on one bat file.

You can lookup the structure of the apps to better understand how to deploy an app on javache.
You can lookup the structure of the apps to better understand how to deploy an app on javache.

01 - Contains simple app using only Solet API which is missing key features which summer MVC provides, but it is still functional.
Also there are examples for both running the app with the standalone javache server as well as using javache embedded.

02 - Contains more comples application using the WEB MVC framework with multi language support, security, using interceptors,
data adapters and more.

Also there are examples for both running the app with the standalone javache server as well as using javache embedded.

0 comments on commit 51caafd

Please sign in to comment.