RE: General HiveMind questions

2006-07-11 Thread Epstein, Ezra
ra Epstein -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:37 PM To: Tapestry users Subject: Re: General HiveMind questions No...I think it's .. So, if you hivemodule.xml file has CustomTeamPageAdmin as the id and a service id of "jndiLookup&q

Re: General HiveMind questions

2006-07-11 Thread Jesse Kuhnert
raille or utter trial and error. Is that just me or is there some hard to find great docs that everyone else has read? If so, please, please pass along the link. Thanks, Ezra Epstein -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:19 PM

RE: General HiveMind questions

2006-07-11 Thread Epstein, Ezra
ailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:19 PM To: Tapestry users Subject: RE: General HiveMind questions Thanks. I'm not (yet) using autowire (nor Tap4.1) so how does one reference something in a page? I'm trying to use an annotation but it's not working. Here are so

RE: General HiveMind questions

2006-07-11 Thread Epstein, Ezra
omponent. I'd think this would be a canonical example. I find plenty with Spring, of course, ... Ezra Epstein -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 12:17 PM To: 'Tapestry users' Subject: RE: General HiveMind quest

RE: General HiveMind questions

2006-07-11 Thread James Carman
Well, HiveMind does support "bean" services, but they're not recommended really (at least not by me). Interface-based services are preferred. Anyway, if you have to use a bean, all you have to do is use the bean class as the interface when defining your service. You can set your "parameters" by a

Re: General HiveMind questions

2006-07-11 Thread Jesse Kuhnert
I usually like to look at working examples when starting out on something like this. I don't think this one will necessarily be the best example but you can view all of it online : http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/hivemodule.x