You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Johannes Schneider <jo...@familieschneider.info> on 2007/09/06 00:21:30 UTC

YAML / Wicket integration

Hi,

I have created a small project that integrates the great CSS framework 
YAML (http://www.yaml.de/en/home.html) into Wicket. As I am new to 
Wicket I really appreciate every feedback I could get.

Project home page:

http://cedarsoft.org/wicket/yaml-integration/index.html

Download link:

http://build.cedarsoft.de:8111/guestAuth/repository/download/bt14/.lastSuccessful/yaml-integration/target/yaml-integration-all.jar



Regards,

Johannes Schneider

Re: YAML / Wicket integration

Posted by Alex Objelean <al...@isdc.ro>.
I see at least one drawback of using this kind of project: when you are
dealing with a css change, you have to rebuild your application because your
presentation code resides in JAVA, instead of being clearly separated from
it. This way, you get a mix of the presentation&logic concerns.

PS: still, it is interesting initiative :)


Johannes Schneider-3 wrote:
> 
> Yes, you are right. All integration is just about adding something  :-) .
> The benefit of integration projects is that they care about the 
> integration. You don't have to manually download and install all those 
> resources.
> But of couse you don't have to use it. Just add the CSS resources 
> manually. :-)
> 
> 
> Johannes Schneider
> 
> Alex Objelean wrote:
>> I like the idea of the YAML or YUI grids. It's aim is to simplify CSS
>> development. But I do not see any reason to create this kind of projects
>> (wicket-yaml, wicket-yui-grids, etc) which "integrates" css "frameworks".
>> All integration is about, is just to add some CSS resources to you web
>> page
>> and that's it.
>> 
>> 
>> Johannes Schneider-3 wrote:
>>> Hi,
>>>
>>> I have created a small project that integrates the great CSS framework 
>>> YAML (http://www.yaml.de/en/home.html) into Wicket. As I am new to 
>>> Wicket I really appreciate every feedback I could get.
>>>
>>> Project home page:
>>>
>>> http://cedarsoft.org/wicket/yaml-integration/index.html
>>>
>>> Download link:
>>>
>>> http://build.cedarsoft.de:8111/guestAuth/repository/download/bt14/.lastSuccessful/yaml-integration/target/yaml-integration-all.jar
>>>
>>>
>>>
>>> Regards,
>>>
>>> Johannes Schneider
>>>
>>>  
>>>
>> 
> 
> -- 
> Johannes Schneider
> Im Lindenwasen 15
> 72810 Gomaringen
> 
> Fon +49 7072 9229972
> Fax +49 7072 509999
> Mobil +49 178 1364488
> 
> johannes@familieschneider.info
> http://www.johannes-schneider.info
> 
>  
> 

-- 
View this message in context: http://www.nabble.com/YAML---Wicket-integration-tf4388491.html#a12524624
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: YAML / Wicket integration

Posted by Johannes Schneider <jo...@familieschneider.info>.
Yes, you are right. All integration is just about adding something  :-) .
The benefit of integration projects is that they care about the 
integration. You don't have to manually download and install all those 
resources.
But of couse you don't have to use it. Just add the CSS resources 
manually. :-)


Johannes Schneider

Alex Objelean wrote:
> I like the idea of the YAML or YUI grids. It's aim is to simplify CSS
> development. But I do not see any reason to create this kind of projects
> (wicket-yaml, wicket-yui-grids, etc) which "integrates" css "frameworks".
> All integration is about, is just to add some CSS resources to you web page
> and that's it.
> 
> 
> Johannes Schneider-3 wrote:
>> Hi,
>>
>> I have created a small project that integrates the great CSS framework 
>> YAML (http://www.yaml.de/en/home.html) into Wicket. As I am new to 
>> Wicket I really appreciate every feedback I could get.
>>
>> Project home page:
>>
>> http://cedarsoft.org/wicket/yaml-integration/index.html
>>
>> Download link:
>>
>> http://build.cedarsoft.de:8111/guestAuth/repository/download/bt14/.lastSuccessful/yaml-integration/target/yaml-integration-all.jar
>>
>>
>>
>> Regards,
>>
>> Johannes Schneider
>>
>>  
>>
> 

-- 
Johannes Schneider
Im Lindenwasen 15
72810 Gomaringen

Fon +49 7072 9229972
Fax +49 7072 509999
Mobil +49 178 1364488

johannes@familieschneider.info
http://www.johannes-schneider.info

Re: YAML / Wicket integration

Posted by Alex Objelean <al...@isdc.ro>.
I like the idea of the YAML or YUI grids. It's aim is to simplify CSS
development. But I do not see any reason to create this kind of projects
(wicket-yaml, wicket-yui-grids, etc) which "integrates" css "frameworks".
All integration is about, is just to add some CSS resources to you web page
and that's it.


Johannes Schneider-3 wrote:
> 
> Hi,
> 
> I have created a small project that integrates the great CSS framework 
> YAML (http://www.yaml.de/en/home.html) into Wicket. As I am new to 
> Wicket I really appreciate every feedback I could get.
> 
> Project home page:
> 
> http://cedarsoft.org/wicket/yaml-integration/index.html
> 
> Download link:
> 
> http://build.cedarsoft.de:8111/guestAuth/repository/download/bt14/.lastSuccessful/yaml-integration/target/yaml-integration-all.jar
> 
> 
> 
> Regards,
> 
> Johannes Schneider
> 
>  
> 

-- 
View this message in context: http://www.nabble.com/YAML---Wicket-integration-tf4388491.html#a12516181
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: YAML / Wicket integration

Posted by Johannes Schneider <jo...@familieschneider.info>.
The source code is available:

https://svn.cedarsoft.eu/open/eu.cedarsoft.wicket/trunk/yaml-integration/


Jan Mikkelsen wrote:
> Hi Johannes
> 
> I think YAML looks extremely interesting. I did not know about it. But 
> commenting on your framework is difficult without sourcecode.
> 
> Best regards,
> Jan Mikkelsen
> 
> Johannes Schneider wrote:
>> Hi,
>>
>> I have created a small project that integrates the great CSS framework 
>> YAML (http://www.yaml.de/en/home.html) into Wicket. As I am new to 
>> Wicket I really appreciate every feedback I could get.
>>
>> Project home page:
>>
>> http://cedarsoft.org/wicket/yaml-integration/index.html
>>
>> Download link:
>>
>> http://build.cedarsoft.de:8111/guestAuth/repository/download/bt14/.lastSuccessful/yaml-integration/target/yaml-integration-all.jar 
>>
>>
>>
>>
>> Regards,
>>
>> Johannes Schneider
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 

-- 
Johannes Schneider
Im Lindenwasen 15
72810 Gomaringen

Fon +49 7072 9229972
Fax +49 7072 509999
Mobil +49 178 1364488

johannes@familieschneider.info
http://www.johannes-schneider.info

Re: YAML / Wicket integration

Posted by Jan Mikkelsen <jm...@adslhome.dk>.
Hi Johannes

I think YAML looks extremely interesting. I did not know about it. But 
commenting on your framework is difficult without sourcecode.

Best regards,
Jan Mikkelsen

Johannes Schneider wrote:
> Hi,
>
> I have created a small project that integrates the great CSS framework 
> YAML (http://www.yaml.de/en/home.html) into Wicket. As I am new to 
> Wicket I really appreciate every feedback I could get.
>
> Project home page:
>
> http://cedarsoft.org/wicket/yaml-integration/index.html
>
> Download link:
>
> http://build.cedarsoft.de:8111/guestAuth/repository/download/bt14/.lastSuccessful/yaml-integration/target/yaml-integration-all.jar 
>
>
>
>
> Regards,
>
> Johannes Schneider


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