[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-19 Thread atleprange
Yes, i replace all text that looks like [:param_1;...;param_n] into 
wiki:include name= factory=wiki.('param_1',...,'param_n')/

The text is then compiled by the facelet compiler and finally rendered.

I'll try to understand your approach a bit better, it seems more elegant :), 
and then see if i can combine them somehow...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038721#4038721

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038721
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread petemuir
I've put together a Seam-Trinidad example based on the 1.0.0 release of 
Trinidad:

http://pmuir.blogspot.com/2007/04/seamdiscs-jboss-seam-and-apache.html

It also integrates RichFaces/Ajax4jsf and demonstrates using the support Seam 
has for tying Trinidad's table paging and ordering to the persistence layer 
tightly. 

http://pmuir.blogspot.com/2007/04/backing-trinidads-datatable-with-seam.html

It's currently only available in Seam CVS, but will be in 1.3BETA1 when it's 
available.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038403#4038403

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038403
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread atleprange
Pete: I read your blogpost about facelets-plugins which seems very interesting. 
 But i cant seem to locate the Seam Wiki you refer to. (I tried the CVS ROOT of 
Seam) 
( I have just made a small site with wiki functionality using seam and 
facelets, following the first strategy you mention. But I realize that whatever 
I do which i think might be smart, you guys are making it faster and better 
than me. Maybe i should just lean back and wait a bit longer. Chances are that 
you build the while application i am developing before me ;) - keep up the good 
work )

Any hints on where we can find the Seam Wiki?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038599#4038599

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038599
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread petemuir
It's in CVS at examples/wiki - Christian can give you a better idea of where 
he's got to with it. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038610#4038610

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038610
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread petemuir
This sounds approximately like the way the wiki works - I don't quite get how 
you are using the macros - you put your wiki:inject tag inline with the 
wikitext? The Seam wiki add's [=plugin] to the wikitext grammer, and then 
includes the relevant plugin at this point.  Each plugin has a preferences bean 
(a bit like the your macro bean I guess).  You could probably apply the 
approach I described in the blog to your include as well (it solves the 
disappearing components problems)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038661#4038661

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038661
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user