Re: Example+request

2015-06-04 Thread Romain Manni-Bucau
2015-06-04 11:15 GMT-07:00 Michael Wiggins : > Hello there, > > I'm looking for a very specific requirement: > > This Web Application must be a CRUD application for a MySQL database, > running in Tomcat version 5.5.3, > hmm, isn't it a typo? this is just not more maintained (including security pa

Example+request

2015-06-04 Thread Michael Wiggins
Hello there, I'm looking for a very specific requirement: This Web Application must be a CRUD application for a MySQL database, running in Tomcat version 5.5.3, Any help on this would be a fantastic help... *Thanks,* *Michael*

Re: TomEE and database multitenancy

2015-06-04 Thread Romain Manni-Bucau
Hi few notes but this looks a super great start: - https://github.com/lordofthejars/multi/blob/master/src/main/java/com/scytl/multi/CreateDatabaseSchemaListener.java: wonder if it couldnt reuse ImportSql class and just use a well know file - https://github.com/lordofthejars/multi/blob/master/src/m

TomEE and database multitenancy

2015-06-04 Thread Alex Soto
Hi guys, as I mention on the twitter, currently I am developing a PoC for solving the problem of multi-tenancy with schema-based approach. This means that for each tenant has its own schema inside database. Moreover the same approach can be used just in case of database-based approach. Another of