You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "seba.wagner@gmail.com" <se...@gmail.com> on 2012/09/20 19:24:54 UTC

wicket.mode=DEPLOYMENT

Sorry but could you tell us what is the difference between DEVELOPMENT
and DEPLOYMENT?
Are there any other mode's ?

Thanks!
Sebastian
-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: wicket.mode=DEPLOYMENT

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Thanks!

2012/9/20 Maxim Solodovnik <so...@gmail.com>:
> The following link
> https://cwiki.apache.org/WICKET/faqs.html#FAQs-HowdoIknowinwhatmode%2528DEVELOPMENT%252FDEPLOYMENT%2529myapplicationruns%253F
>
> describes the difference.
> DEPLOYMENT == production (all wicket tags are stripped, no wicket debug
> console, no marckup real-time-reloading)
>
> You can still enable DEVELOPMENT mode while developing with:
> "ant -Ddb=mysql -Dwicket.mode=DEVELOPMENT"
>
>
> On Fri, Sep 21, 2012 at 12:24 AM, seba.wagner@gmail.com
> <se...@gmail.com> wrote:
>>
>> Sorry but could you tell us what is the difference between DEVELOPMENT
>> and DEPLOYMENT?
>> Are there any other mode's ?
>>
>> Thanks!
>> Sebastian
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wagner@gmail.com
>
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: wicket.mode=DEPLOYMENT

Posted by Maxim Solodovnik <so...@gmail.com>.
The following link
https://cwiki.apache.org/WICKET/faqs.html#FAQs-HowdoIknowinwhatmode%2528DEVELOPMENT%252FDEPLOYMENT%2529myapplicationruns%253F

describes the difference.
DEPLOYMENT == production (all wicket tags are stripped, no wicket debug
console, no marckup real-time-reloading)

You can still enable DEVELOPMENT mode while developing with:
"ant -Ddb=mysql -Dwicket.mode=DEVELOPMENT"

On Fri, Sep 21, 2012 at 12:24 AM, seba.wagner@gmail.com <
seba.wagner@gmail.com> wrote:

> Sorry but could you tell us what is the difference between DEVELOPMENT
> and DEPLOYMENT?
> Are there any other mode's ?
>
> Thanks!
> Sebastian
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax