Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 08/09/2010 16:27:58
|
saoj
Joined: 01/07/2005 09:59:17
Messages: 2846
Location: Rio de Janeiro, RJ
Offline
|
The main difference for Mentawai 2.0.0 is the use of the MentaContainer as the IoC container for the whole framework. So now not just actions support IoC but any entity of your web application.
More documentation is coming soon. In the meanwhile we strongly suggest that you check the reference application which demonstrates in practice many features of the framework.
svn co svn://soliveirajr.com/menta/trunk Menta
The application: http://menta.mentaframework.org/
|
Sergio Oliveira
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 23/08/2011 00:03:25
|
Kaitsu
Joined: 07/07/2009 16:08:07
Messages: 9
Offline
|
Hi,
either of the above links doesn't seem to respond...? I have SVN. It would be nice to have the reference app in zip or war format still. Anyway, congrats for the best Java MVC framework in the hww (hole wide world)
Kaitsu
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 24/08/2011 12:51:51
|
saoj
Joined: 01/07/2005 09:59:17
Messages: 2846
Location: Rio de Janeiro, RJ
Offline
|
Hi Kaitsu. I updated the links.
The reference app is a maven project. After you check out the project, you can use maven to create an eclipse project:
mvn eclipse:eclipse -Dwtpversion=2.0
Then all you have to do is create a database:
create database Menta;
grant all privileges on Menta.* to 'menta'@'localhost' identified by 'menta';
SET NAMES utf8;
source menta.sql; (dentro de /WEB-INF/db)
|
Sergio Oliveira
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 28/08/2011 11:51:13
|
Kaitsu
Joined: 07/07/2009 16:08:07
Messages: 9
Offline
|
Ok,
thanks for the fix, quick response and detailed instructions. I'll get maven and do the things in near future, and let You know how it went.
All the best,
Kaitsu
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 31/08/2011 00:58:51
|
Kaitsu
Joined: 07/07/2009 16:08:07
Messages: 9
Offline
|
It went fine. Only jta-1.0.1B.jar didn't download, but maven gave clear instructions how to install it. Thanks!
|
|
 |
|