Dan Syrstad wrote:
> 
> Hi Zenrique:
> 
> See below...
> -Dan
> 
> On 9/15/07, Zenrique Steckelberg <[EMAIL PROTECTED]> wrote:
>>
>>
>> My suggestions to this nice compont:
>> - allow beanprops files to be reloaded while app is running. How it
>> stands
>> now I have to restart the app everytime a change to beanprop file is
>> made,
>> it can be time consuming.
> 
> 
> Tomcat will reload the application automatically right now if you change
> beanprops, much like a class change. This takes a second or two depending
> on
> the size of your app. If your not using Tomcat, I can look at having the
> file reload (it is currently cached). What app server/servlet engine are
> you
> using?
> 

Jetty



> - allow constructor to accept models besides beans too, if possible. I am
>> trying to integrate WWB with databinder, and it would be useful to pass
>> HibernateListModels to WWBs constructor.
> 
> 
> I'll have to look at this. I've only had a cursory look at Databinder and
> I'm not quite sure when I'll have time to look in depth. I'm alway looking
> for help too! ;-)
> 
> 

For me databinder helps cut the boilerplate code, just as WWB. I just add
annotations to my domain model, and databinder does the rest. It's WWB for
the database side of the app! Imagine putting both working together. I was
able to create CRUD pages with the least amount of code ever. Less than that
and it would need to read my mind... ;) 

TIA


-- 
View this message in context: 
http://www.nabble.com/Re%3A-Wicket-Web-Beans-1.0-rc1-Released-tf4431603.html#a12703343
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to