let tapestry handle hibernate or use spring ?

2011-06-08 Thread onj888-tapestry
Hi, what is the pros and cons of using tapestry to handle hibernate instead of spring ? I did a little bit research on google, but only most of them are howto or integration tutorials. would anyone please give me a link if it has been discussed somewhere? Thanks John

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread onj888-tapestry
thanks Mark and Laurent, So, I used my previous download helios eclipse-reporting-helios-SR1-win32.zip to make another trial, I use the updatesite http://tapestrytools.googlecode.com/svn/trunk/TapestryTools_UpdateSite/ to install the tools, change the content type to add *.tml in jsp. I openned

Re: RE : Eclipse IDE and TML code completion

2011-06-08 Thread onj888-tapestry
Hi Finally, get it working according to http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse . I don't know why, but http://tapestrytools.googlecode.com/svn/trunk/TapestryTools_UpdateSite/ just doesn't work for me. :( Thanks John 於 2011/6/9 0:10, onj888-tapes...@yahoo.com.hk 提到:

Re: let tapestry handle hibernate or use spring ?

2011-06-08 Thread onj888-tapestry
於 2011/6/8 22:35, Thiago H. de Paula Figueiredo 提到: On Wed, 08 Jun 2011 11:31:56 -0300, onj888-tapes...@yahoo.com.hk wrote: Hi, what is the pros and cons of using tapestry to handle hibernate instead of spring ? I did a little bit research on google, but only most of them are howto or

Re: RE : Eclipse IDE and TML code completion

2011-06-06 Thread onj888-tapestry
Thanks Laurent, yes, the temlate is good, I managed to import it in eclipse, but it doesn't response when I type t:, I will try the plugin you suggested. :) 於 2011/6/6 3:51, Guerin Laurent 提到: Hi, you're right, the file is broken. I have updated the wiki page. You can also get the proper

Re: Eclipse IDE and TML code completion

2011-06-05 Thread onj888-tapestry
Hi, I tried to follow the instruction on the page, but I couldn't import the template in eclipse. Does it support the latest eclipse 3.6.2? or the template from https://issues.apache.org/jira/browse/TAP5-120?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#issue-tabs is a

Can't import template from Tapestry5JSPEditorEclipse howto into eclipse 3.6.2

2011-06-04 Thread onj888-tapestry
Dear List, I followed the steps in http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse, but I can't down load the NewTMLTemplate.xml from the it, so I download the template from https://issues.apache.org/jira/browse/TAP5-120 instead, but I can't import the template as described. Please

Re: [Bulk] Re: 10 Minute Web Application Demo

2011-02-21 Thread onj888-tapestry
good point 於 2011/2/18 4:06, Howard Lewis Ship 提到: I spend a lot of time when teaching Tapestry getting people to do One Small Step at a time. Everyone feels the need to jump from a blank page to the final solution in one go, and that's really hard. I do a lot of placeholder goes here, then

any good wyswyg web editor recommend?

2011-02-11 Thread onj888-tapestry
Hi list, I found that's quite troublesome using dreamweaver to edito tml pages, any better solution? Thanks John - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail:

Re: problme learning t5+spring+hibernate

2010-11-29 Thread onj888-tapestry
Thanks all, problem resolved after adding config-param tapestry.use-external-spring-context to true. 於 2010/11/29 5:24, Jonathan Barker 提到: Remove the ContextLoaderListener, and remove the @Service annotation. One of the changes in T5.1 was the ability to inject T5 services into Spring beans

Re: problme learning t5+spring+hibernate

2010-11-28 Thread onj888-tapestry
Hi Chrstophe, thank you for your reply, I followed the example to local ApplicationContext.xml in my web.xml. I know if it is configured externally or internally, the information on the page is just not enough. Can you point me some other references? Thanks John 於 2010/11/29 0:55, Christophe