-
Mentawai 1.12 released with online book available (6 messages)
- Posted by: Sergio Oliveira
- Posted on: January 11 2008 05:23 EST
Mentawai is a different full-stack Java web framework. Although it has plenty of conventions, its configuration is done in plain old Java code. Instead of XML-programming or Annotations-programming, Mentawai uses programmatic configuration, that can be done in Java, BeanShell, Groovy, etc. It has been so since 2005. In this major release, Mentawai has improved its support for POJO actions, with filters specific for them like CookiesFilter, SessionFilter, etc. You also don't have to use the VOFilter anymore to generate new POJOs based on the request parameters. They will be created on the fly. But this is not the focus of Mentawai. The focus of Mentawai, like the focus of Java, is just to get the work done with easy and joy. It is a full-stack framework with solutions for all the repetitive tasks of any web project, such as connection pooling, ioc, di, authentication, authorization, sending email, etc. It is not just another MVC controller. It is the complete solution to get the work done as fast as possible. Also we are making available the first part of the online book Mentawai in Action and the Mentawai Recipes web site. You can also click here to find out what people are saying about Mentawai.Threaded Messages (6)
- Re: Mentawai 1.12 released with online book available by Freddy Daoud on January 11 2008 22:04 EST
- Re: Mentawai 1.12 released with online book available by Sergio Oliveira on January 11 2008 22:25 EST
-
Re: Mentawai 1.12 released with online book available by Tim Fennell on January 14 2008 09:41 EST
-
Re: Mentawai 1.12 released with online book available by Remi Vankeisbelck on January 15 2008 09:50 EST
- Re: Mentawai 1.12 released with online book available by Rubem Azenha on January 15 2008 12:25 EST
-
Re: Mentawai 1.12 released with online book available by Remi Vankeisbelck on January 15 2008 09:50 EST
-
Re: Mentawai 1.12 released with online book available by Tim Fennell on January 14 2008 09:41 EST
- Re: Mentawai 1.12 released with online book available by Sergio Oliveira on January 11 2008 22:25 EST
- Re: Mentawai 1.12 released with online book available by Sergio Oliveira on January 18 2008 11:17 EST
-
Re: Mentawai 1.12 released with online book available[ Go to top ]
- Posted by: Freddy Daoud
- Posted on: January 11 2008 22:04 EST
- in response to Sergio Oliveira
I'm no expert and this is just out of curiosity, but don't you think that Manning owns the right to the 'In Action' series of computer books? -
Re: Mentawai 1.12 released with online book available[ Go to top ]
- Posted by: Sergio Oliveira
- Posted on: January 11 2008 22:25 EST
- in response to Freddy Daoud
That's a good point. Maybe I should change it for something else. But I don't plan to publish the book. And If I publish the book I can always change the title. If anybody at Manning is not happy with this, I am changing right away. -
Re: Mentawai 1.12 released with online book available[ Go to top ]
- Posted by: Tim Fennell
- Posted on: January 14 2008 09:41 EST
- in response to Sergio Oliveira
I have to admit that based on the title I too thought this was an online/wiki-fied version of a book you had in the works with Manning. Probably best to change the title, but congrats on getting this much documentation together! -
Re: Mentawai 1.12 released with online book available[ Go to top ]
- Posted by: Remi Vankeisbelck
- Posted on: January 15 2008 09:50 EST
- in response to Tim Fennell
[...] congrats on getting this much documentation together!
Yeah, was pretty interesting to read. But why using a BBS for this ? I must admit I found it not very friendly, compared to some regular HTML pages you find here and there... Otherwise, there are good ideas in that stuff. One question : I could not find anything about databinding... is it implemented in any way ? Oh, another one... How is authorization handled in Mentawai ? The relevant chapter isn't yet written, and maybe it's a question I should post on the mentawai forums... but maybe someone can give a quick answer to satisfy my curiosity ? Anyway, congrats for the release ! Cheers Remi -
Re: Mentawai 1.12 released with online book available[ Go to top ]
- Posted by: Rubem Azenha
- Posted on: January 15 2008 12:25 EST
- in response to Remi Vankeisbelck
Yeah, was pretty interesting to read.
We are using a OS Java forum engine named JForum. Sergio likes JForum :) When we finish and review the book, we will compile it to PDF.
But why using a BBS for this ? I must admit I found it not very friendly, compared to some regular HTML pages you find here and there...
You mean .NET-like data binding?
One question : I could not find anything about databinding... is it implemented in any way ?Oh, another one... How is authorization handled in Mentawai ?
http://www.mentaframework.org/authorization.jsp
The relevant chapter isn't yet written, and maybe it's a question I should post on the mentawai forums... but maybe someone can give a quick answer to satisfy my curiosity ? -
Re: Mentawai 1.12 released with online book available[ Go to top ]
- Posted by: Sergio Oliveira
- Posted on: January 18 2008 11:17 EST
- in response to Sergio Oliveira
The same way RoR has ActiveRecord, Mentawai has MentaBeans. It does NOT substitute Hibernate (that would be impossible), but it gives a little hand for people working with pure JDBC. It performs CRUD and LIST operations with beans mapped to a database through programmatic configuration. Take a look: http://recipes.mentaframework.org/posts/list/21.page