Re: Tapestry MyBatis module

2014-04-04 Thread Kalle Korhonen
On Fri, Apr 4, 2014 at 2:37 PM, Sanket Sharma wrote: > s part of my project, I have developed a small module that allows Tapestry > to work with Apache MyBatis. > Ah good old iBatis, but do you mean MyBatis or Apache iBatis? I haven't followed things since the fork. > Is there a guide to submit

Tapestry MyBatis module

2014-04-04 Thread Sanket Sharma
Hi, As part of my project, I have developed a small module that allows Tapestry to work with Apache MyBatis. This is a very simple module that allows users to: -Load MyBatis configuration from an xml file (standard MyBatis way of doing things) -Allows them to inject MyBatis SQLSession and SQLSes

Injection related experiences

2014-04-04 Thread Sanket Sharma
Hi, I am busy developing an application in Tapestry and it has mostly been a good experience so far. I struggled with dependency injection for last few days, but I think I finally got it right. However, while trying to get it to work, I made the following observations: First, You cannot inject

RE: I am not able to call JSON file in my tapestry template file .. Native HTML standalone works finr in browsers ..

2014-04-04 Thread Chauhan, Vivek
Hi Howard, I am happy that you finally commented here. I really appreciate it. Yes, I did some deep study today and I am able to resolve my problem :) Now, I am able to supply JSON data via Tapestry initializer mechanism and also view my tree diagram in the Tapestry page -- succe

Re: I am not able to call JSON file in my tapestry template file .. Native HTML standalone works finr in browsers ..

2014-04-04 Thread Howard Lewis Ship
http://catb.org/esr/faqs/smart-questions.html The problem(s) you are having is that you are treating Tapestry component templates and assets as if they are simple files. They are not. The URLs for accessing a page, and accessing an asset (such as the d3.js script and your JSON file) are different