Hi Jason, didn't you see my response from yesterday:
> Hi again, > > Jacob just contacted me. He said that according to popular demand he > wants to have a working version finished within a week. > > cheers, > Thomas > > Thomas Mahler wrote: > > I have not heared any news from Jacob so far. > > I'll contact him and ask how things are going. > > > > cheers, > > Thomas > > so I think within a few days we'll see a first version of this new OJB goodie! Thomas > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 3:57 PM > To: [EMAIL PROTECTED] > Subject: Re: Is there an OJB taglib > > > Thomas, > > Has anyone tracked this down yet? This would be an > incredible addition to > the OJB APIs! > > Thanks, > Jason > > > > ============================================================== > ==================================== > Thank you Thomas, > > If Jacob is still on the maybe he could let us know how this if going > please. > > Thanks > Neil > > Thomas Mahler wrote: > > In April Jacob Hookom ([EMAIL PROTECTED]) contacted us and > announced the > completion of an OJB taglib (see his mail below). I did not hear any > updates on this topic so far. > > Here the original thread: > > Jakob, > > I'm nearing completion with the OJB Taglibs, what package > name do you want > me to use since the tags are all using the broker classes: > > org.apache.ojb.taglib.* > > or > > org.apache.ojb.broker.taglib.* > > If you could just tell me which one I should use for when I submit the > code... > > I'm excited about the tags, they came together quite nicely > and can be used > for rapid application development or even creating demo > applications where > you will come back and do MVC later > Regards, > Jacob Hookom > > | -----Original Message----- > | From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] > | Sent: Tuesday, April 08, 2003 2:18 PM > | To: Jacob Hookom > | Subject: Re: [OJB] Taglibs > | | hi jacob, > | | i'm not really a friend of using database-access from > within a jsp. i > | always used jsps as presentation only. > | but do not get me wrong, for rapid development these tags > may be really > | useful . and they would help spread ojb ... > | feel free to contribute the taglib to the ojb-distribution. > | | jakob > | | | Jacob Hookom wrote: > | | >Jakob, > | > > | >I posted before wondering if anyone had pushed ojb centric > taglibs to > | help > | >boost the user base of OJB-- I didn't get a response from > anyone | > > | >I've taken it upon myself to write a taglib that uses the > | PersistenceBroker > | >API and utilizes the JSTL el language support: > | > > | ><!-- Example A --> > | > > | ><ojb:object var="principal" example="${loginBean}" /> > | ><c:out value="${principal.password}" /> > | > > | > > | ><!-- Example B > "/listThreads.jsp?s=0&e=10&search=OJB+Developers" --> > | > > | ><c:if test="${empty searchCriteria}"> > | > <ojb:criteria var="searchCriteria" scope="session"> > | > <c:forToken var="token" items="${param.search}"> > | > <ojb:like property="content" value="%${token}%"/> > | > </c:forToken> > | > </ojb:criteria> > | ></c:if> > | > > | ><ojb:iterator var="threads" > | > type="edu.uwec.sacm.User" > | > criteria="${searchCriteria}" > | > start="${param.s}" > | > end="${param.e}"> > | > <ojb:orderBy property="posts.created" /> > | > <ojb:groupBy property="id" /> > | ></ojb:collection> > | > > | ><c:forEach var="thread" items="${threads}"> > | > ........ > | ></c:forEach> > | > > | > > | ><!-- Example C --> > | > > | ><ojb:tx var="broker" > > | > > | ><ojb:object var="principal" > | > type="edu.uwec.sacm.User" > | > broker="${broker}"> > | > <ojb:eq property="id" value="${param.id}"/> > | ></ojb:object> > | > > | ><c:set target="${principal}" property="status" value="active"/> > | > > | ><ojb:store value="${principal}" broker="${broker}"/> > | > > | ></ojb:tx> <!-- calls commit and closes --> > | > > | > > | >I should be able to finish up the testing tomorrow afternoon after > | classes. > | >The class structure follows the standard SupportTag->ImplTag > construction > | >and great care has been taken in abstraction between tags. > | > > | >The cool thing is that these tags can be used in conjunction with > caching > | >tags to provide rapid site development with great > performance. I'm still > | >debating on whether or not to do a set of tags like this > for Hibernate-- > | I'm > | >not sure of their performance compared to OJB though. > | > > | >____________________________________ > | >Jacob Hookom > | > > | >"The first rule of intelligent > | > tinkering is to save all the parts" > > > > > > > Neil Blue wrote: > > Hello, > > I am looking for an OJ taglib for using OJB within JSP pages. > Please can > anyone tell me if such a lib is available. > The searches I have done only seem to return Jelly taglibs. > > Thanks > Neil > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
