You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by David Cuenca <da...@upcnet.es> on 2007/06/07 16:08:06 UTC

Documentation about Minilang?

Hello list,
I'm a newbie user/developer of OFbiz. I am interested about using 
minilang, but I haven't found good documentation. I would be very 
grateful if you could send me some useful links about it.

And could anybody expain me in which cases is more appropiate the use of 
Beanshell instead of Minilang?

Thank you,
David Cuenca


Re: Documentation about Minilang?

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi David,

Shortly :
Minilang is appropriate when you want to create simple CRUD services.
Beanshell is recommended to be used with Freemarker when you want to
create sophisticated UIs. If you need standard UIs you might want to use
Widgets (Forms and Menus)

http://tinyurl.com/3dzwnb

Please see links inside

Jacques

De : "David Cuenca" <da...@upcnet.es>
> Hello list,
> I'm a newbie user/developer of OFbiz. I am interested about using
> minilang, but I haven't found good documentation. I would be very
> grateful if you could send me some useful links about it.
>
> And could anybody expain me in which cases is more appropiate the use
of
> Beanshell instead of Minilang?
>
> Thank you,
> David Cuenca