Re: wicket 6.22 set mimetype for resource?

2016-09-19 Thread nino martinez wael
ok im trying the  Application#getMimeType(String) approach.. Thanks

On Mon, Sep 19, 2016 at 6:17 PM, nino martinez wael
 wrote:
> I have no web.xml it's pax wicket running on karaf..
>
> Can I overwrite Application#getMimeType(String)? from wicket application?
>
> And next thing are that it's the request that sort of specifies it, if
> the postfix are "#ie" that would determine that it should set the mime
> type..
>
>
>
> On Mon, Sep 19, 2016 at 5:06 PM, Sven Meier  wrote:
>> Hi,
>>
>> have you tried adding a mime-type to your web.xml
>>
>> http://stackoverflow.com/questions/10163917/changing-mime-type-for-xml-gz-in-tomcat
>>
>> ... or overwriting Application#getMimeType(String)?
>>
>> Have fun
>> Sven
>>
>>
>> On 19.09.2016 16:27, nino martinez wael wrote:
>>>
>>> Hi
>>>
>>> How can I set a specific mimetype for a resource(packaged resource)?
>>>
>>> in this case I need to set mimetype application/vnd.ms-fontobject
>>> Im having troubles with bootstrap and IE..
>>>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
>
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez



-- 
Best regards / Med venlig hilsen
Nino Martinez

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Front End Framework for wicket

2016-09-19 Thread Ricardo Roman Rodriguez Saldaña

>What do you mean by "all the new front end frameworks are being
>made/updated with angular in mind" ?
>Which frameworks do this

I was thinking in Foundation for example, it seems to me that it started as 
just css/some js framework, and now its being highly integrated with angular



De: Martin Grigorov 
Enviado: lunes, 19 de septiembre de 2016 08:37 a. m.
Para: users@wicket.apache.org
Asunto: Re: Front End Framework for wicket

Hi,

On Sun, Sep 18, 2016 at 9:12 PM, Ricardo Roman Rodriguez Saldaña <
ricardo_roman...@hotmail.com> wrote:

>
> Hi List, i have been usign wicket for about 3 years now, at the beginning
> i would use some custom css and js for the ui and look and feel of the
> application, latter,  started using bootstrap mostly, but lastly it seems
> that all the new front end frameworks are being made/updated with angular
> in mind , so i would like to ask you what are you using as a front-end, is
> it just bootstrap raw or modified ? im aware of wicket-bootsrap btw, even
> used it in a


What do you mean by "all the new front end frameworks are being
made/updated with angular in mind" ?
Which frameworks do this?


> couple of projects but it would've cool to have other options.
>
> Sorry for bad english
>


Re: wicket 6.22 set mimetype for resource?

2016-09-19 Thread nino martinez wael
I have no web.xml it's pax wicket running on karaf..

Can I overwrite Application#getMimeType(String)? from wicket application?

And next thing are that it's the request that sort of specifies it, if
the postfix are "#ie" that would determine that it should set the mime
type..



On Mon, Sep 19, 2016 at 5:06 PM, Sven Meier  wrote:
> Hi,
>
> have you tried adding a mime-type to your web.xml
>
> http://stackoverflow.com/questions/10163917/changing-mime-type-for-xml-gz-in-tomcat
>
> ... or overwriting Application#getMimeType(String)?
>
> Have fun
> Sven
>
>
> On 19.09.2016 16:27, nino martinez wael wrote:
>>
>> Hi
>>
>> How can I set a specific mimetype for a resource(packaged resource)?
>>
>> in this case I need to set mimetype application/vnd.ms-fontobject
>> Im having troubles with bootstrap and IE..
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Best regards / Med venlig hilsen
Nino Martinez

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket 6.22 set mimetype for resource?

2016-09-19 Thread Sven Meier

Hi,

have you tried adding a mime-type to your web.xml

http://stackoverflow.com/questions/10163917/changing-mime-type-for-xml-gz-in-tomcat

... or overwriting Application#getMimeType(String)?

Have fun
Sven


On 19.09.2016 16:27, nino martinez wael wrote:

Hi

How can I set a specific mimetype for a resource(packaged resource)?

in this case I need to set mimetype application/vnd.ms-fontobject
Im having troubles with bootstrap and IE..




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



wicket 6.22 set mimetype for resource?

2016-09-19 Thread nino martinez wael
Hi

How can I set a specific mimetype for a resource(packaged resource)?

in this case I need to set mimetype application/vnd.ms-fontobject
Im having troubles with bootstrap and IE..

-- 
Best regards / Med venlig hilsen
Nino Martinez

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Front End Framework for wicket

2016-09-19 Thread Martin Grigorov
Hi,

On Sun, Sep 18, 2016 at 9:12 PM, Ricardo Roman Rodriguez Saldaña <
ricardo_roman...@hotmail.com> wrote:

>
> Hi List, i have been usign wicket for about 3 years now, at the beginning
> i would use some custom css and js for the ui and look and feel of the
> application, latter,  started using bootstrap mostly, but lastly it seems
> that all the new front end frameworks are being made/updated with angular
> in mind , so i would like to ask you what are you using as a front-end, is
> it just bootstrap raw or modified ? im aware of wicket-bootsrap btw, even
> used it in a


What do you mean by "all the new front end frameworks are being
made/updated with angular in mind" ?
Which frameworks do this?


> couple of projects but it would've cool to have other options.
>
> Sorry for bad english
>


Re: Front End Framework for wicket

2016-09-19 Thread Ernesto Reinaldo Barreiro
Hi Ricardo,

You can use any front end framework with wicket, e.g. any of the million
MV* javaScript frameworks out there, and use Wicket just as a REST
provider. But IMHO you do not gain much from using wicket then (server side
componentization and state management). Or you might use a MIXED approach:
some parts using client side MV* JavaScript + some parts pure Wicket.
Besides that I use to buy ready to use CSS/HTML/JavaScript templates and
make them into Wicket applications: I haven't so far encountered any wicket
related limitations.

On Sun, Sep 18, 2016 at 9:12 PM, Ricardo Roman Rodriguez Saldaña <
ricardo_roman...@hotmail.com> wrote:

>
> Hi List, i have been usign wicket for about 3 years now, at the beginning
> i would use some custom css and js for the ui and look and feel of the
> application, latter,  started using bootstrap mostly, but lastly it seems
> that all the new front end frameworks are being made/updated with angular
> in mind , so i would like to ask you what are you using as a front-end, is
> it just bootstrap raw or modified ? im aware of wicket-bootsrap btw, even
> used it in a couple of projects but it would've cool to have other options.
>
> Sorry for bad english
>



-- 
Regards - Ernesto Reinaldo Barreiro