Apache Tapestry is a web application framework which implements the MVC pattern. It is in many ways similar to Apache Wicket. Tapestry is a component-based framework, attempting to structure web applications into small, manageable and re-useable parts. Components consist of a component class file ...
33
votes
8answers
13k views
Difference between Apache Tapestry and Apache Wicket
Apache Wicket ( http://wicket.apache.org/ ) and Apache Tapestry ( http://wicket.apache.org/ ) are both component oriented web frameworks - contrary to action based frameworks like Stripes - by the ...
9
votes
1answer
379 views
Tapestry : Start page use english locale instead of default locale
We built a website with Tapestry 5.1.0.5 and we encounter, sometimes, a missing key problem when we hit the start-page.
This problem appeared only 4 times, this is a random issue.
Actual ...
7
votes
6answers
15k views
Installing maven on windows 7 64bit
I want to create a Tapestry Skeletion Project.
I follow to these guide:
http://maven.apache.org/download.html#Installation,
http://juanjoefe.com/tutoriales/instalar-maven-en-windows-7/
and other ...
7
votes
1answer
183 views
How do I make eclipse format my tml files like I want them to be?
Using Eclipse Juno SR1:
I have Tapestry Tools installed in my eclipse installation, and I've customized my XML Formatter too.
However, regardless whether I open the tml file in the TML editor or the ...
6
votes
5answers
4k views
Tapestry5 vs Play framework
I know there are many questions here comparing one framework with another. I feel i have to add one more.
What is the advantage of play framework over Tapestry5 framework? Which one would you ...
6
votes
2answers
575 views
how to draw diamond using tapestry component t:loop
For my homework for Tapestry, I have to show a diamond on table from array of strings. Here's what I have so far:
code Index.java
public class Index
{
@Property
private Integer ...
5
votes
8answers
3k views
Java Server Faces 2.0 or Tapestry 5.2? [closed]
Are there any up to date articles comparing JSF 2 and Tap 5? Everything I seem to find is comparing JSF 1.2 and Tap4.
Does anyone have any experience with T5 or JSF2 and time to evangelize one or the ...
5
votes
7answers
4k views
Which Java web framework best accomodates web designers?
Which Java web framework best supports the "web UI designer" role? That is, which framework lets you:
Use popular web design tools (XHTML validators, CSS editors, &c.) on your views/pages
View ...
5
votes
2answers
316 views
Good resources for building web-app in Tapestry
I'm currently researching into Tapestry for my company and trying to decide if I think we can port our pre-existing proprietary web applications to something better. Currently we are running Tomcat ...
5
votes
2answers
2k views
Refreshing a Tapestry zone on a regular basis
What is the best way to refresh a Tapestry zone on a regular basis to pull changes of a dataset from a server?
5
votes
3answers
207 views
Tapestry Web App on Tomcat occasionally spits out garbage
We have a Tapestry-Spring-Hibernate webapp running on Tomcat 6, handing about a few 1000 requests a second. Randomly, for no apparent reason, a page just displays a bunch of random characters on the ...
4
votes
2answers
3k views
Tapestry + REST
I want to add REST to my tapestry project, and so need to know how to implement it.
What is the better way ?
thx.
[Edit, copied from answer:] I have to add GET, PUT, POST and DELETE services to my ...
4
votes
8answers
1k views
Should one use Tapestry 5 for a production release?
We're starting a large web project, mostly green field. I like the Tapestry framework for java/web solutions. I have concerns about starting a Tapestry 5 project since T5 is still in beta. However, if ...
4
votes
1answer
993 views
Tapestry - Passing Parameters to method from tml
Is it possible to pass a parameter to the method which is being defined in controller, and called by tml ?
tml
${getDynamicFieldValue("Subject")}
java
public String getDynamicFieldValue(String ...
4
votes
2answers
2k views
Loading jQuery with Tapestry 5
Okay, so I'm not a Java guy, but I work with loads of them. We generally load Prototype with Tapestry 5, as Tapestry was built on this javascript library.
As a UI/front end developer/engineer, I ...
4
votes
1answer
3k views
Tapestry loop through hashmap
I'm trying to loop through a hashmap and display a number checkboxes with id the key of the hashmap and label the value of the hashmap. Anyone knows how the tapestry syntax for that is?
Cheers
...
4
votes
3answers
314 views
Exposing an API to a Tapestry web application
I am working on a Tapestry 5 based web application that should expose an API to iPhone and Android devices. Currently the API is implemented using the built in MVC capabilities of tapestry. E.g all ...
4
votes
5answers
1k views
Which Web2.0 framework integrates best with JPA2?
My choice is between
Tapestry 5
Vaadin
JSF2
--- start EDIT 2010-05-13 18:04 --
Spring MVC (don't know why I forgot to mention this)
--- stop EDIT 2010-05-13 18:04 --
I like Vaadin most, ...
4
votes
2answers
374 views
Integrating Grails with existing web application
We have a large, unwieldy but fairly stable web application written with Tapestry 4.1, which we're looking to gradually move off of. To that end we're looking at developing some new functionality in ...
4
votes
1answer
662 views
Testing Tapestry pages and components with JUnit
I usually try to minimize testing with Selenium and maximize the usage of plain old back-end testing (JUnit, mocking). With Tapestry I am finding it hard to test pages and components in the latter way ...
4
votes
1answer
182 views
Hibernate sessionManager with Tapestry
I need some help please. I am getting this error while trying to store some form data into my database, using tapestry 5.3.6, hibernate 4.1.7.Final and Mysql 5.1.21
Actually the data are stored in the ...
3
votes
5answers
2k views
Should I choose Apache Click or Tapestry 5?
I am to decide whether to use Apache Click or Apache Tapestry 5 framework. Which one I should choose? I'm looking for a framwork that I could use for building Java EE web applications for the next few ...
3
votes
4answers
3k views
Setting up Jetty in Eclipse
I'm trying to follow a tutorial on Tapestry. (http://tapestry.apache.org/tapestry5.1/tutorial1/env.html) The tutorial recommends Jetty 5.1 so I can use a plugin called JettyLauncher to run Jetty ...
3
votes
3answers
5k views
Getting maven to start jetty (Tapestry Tutorial)
I'm trying to work through the Tapestry tutorial.
I think I got everything set up right and so far so good but I get to the part where the tut rather glibly states:
Change into the newly created
...
3
votes
3answers
2k views
How do you create a component in Tapestry 5?
I have been using Tapestry's built-in components, but now I'd like to try making my own. Assuming this is possible, how is it done and is it generally expected that developers are going to be ...
3
votes
2answers
568 views
tapestry5 page to render plain text
I've been looking but can't find the the documentation:
Is there a way to have a page render a response without the wrapping HTML elements and just print whatever is provided in the body of the tml ...
3
votes
4answers
2k views
Setting ISO-8859-1 encoding for a single Tapestry 4 page in application that is otherwise totally UTF-8
I have a Tapestry application that is serving its page as UTF-8. That is, server responses have header:
Content-type: text/html;charset=UTF-8
Now within this application there is a single page that ...
3
votes
2answers
419 views
Return non-HTML, non-JSON http bodies in Tapestry 5?
I have to implement the service provider of the OAuth protocol in a project that uses Tapestry5. Therefor I just need to return a very simple HTTP response body that is neither HTML or JSON.
At first ...
3
votes
1answer
1k views
Tapestry 4: Asset Cache Control?
I use Tapestry 4, and whenever we push a release that changes any assets (image, style sheet, JS library), we get problems because users still have the old version of the asset in their browser cache. ...
3
votes
1answer
86 views
How can I import external JavaScript file?
I need to import a JS file that is hosted on another server and is not part of my application's assets.
How can I import it from within the component?
3
votes
1answer
346 views
How to use a custom hibernate.cfg.xml file path in Tapestry5
How can I change the name or path of the hibernate configuration file hibernate.cfg.xml in a tapestry application?
3
votes
3answers
1k views
Yui compressor StringIndexOutOfBoundsException on jboss
When minimising yui with 2.4.6, I get this problem:
java.lang.StringIndexOutOfBoundsException: String index out of range: 232
at java.lang.String.substring(String.java:1934)
at ...
3
votes
2answers
140 views
T5 page request return blank layout under heavy load test
I recently have an application develop with tapestry 5.1 deploy on Weblogic + oracle database. The pages work well under normal usage but went nuts after stress testing.
I am using hibernate + spring ...
3
votes
2answers
598 views
Maven and pom.xml
I'm using m2eclipse and trying to learn some tapestry. I'm trying to update my project to pull some different resources from maven. (Or at least, I think that's what I'm trying to do).
Here's part ...
3
votes
2answers
316 views
How to create a multiple basket selection with Tapestry
Let's consider following problem.
There is a page that contains baskets. A basket is a component that contains a list of items such as fruits or cars or whatever.
In the page there are three ...
3
votes
5answers
943 views
Are there any good Tapestry 5 components for implementing tabs/ tabbed navigation?
Also, if there are, which would you recommend?
3
votes
3answers
618 views
Piecemeal Conversion from Struts to Tapestry 5
I have a Struts (1.3.8) application that I'd like to convert to Tapestry 5. There will probably not be time to do the whole conversion in one fell swoop. I'd like to deliver new functionality in ...
3
votes
1answer
253 views
Does Tapestry 5 Have composite components
I'm trying to write a composite component like this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
3
votes
2answers
1k views
How to solve this warning Type Attribute (cellpadding) is obsolete. Its use is discouraged in HTML5 documents
I am developing web application using tapestry. I am testing my application using junit test suite and generating war file and html reports, using ant build. In my html report files, I have the ...
3
votes
1answer
156 views
Tapestry5JSPEditorEclipse for the TML pages
I am using Tapestry5JSPEditorForEclipse to generate the TLD files by tapestry-tldgen Maven plugin. i have added entry in the project pom.xml. below is the entry for the reference.
<plugin>
...
3
votes
2answers
121 views
YUICompressor unescapes backslashes
In our application, we invoke YUICompressor to minify our javascript. Under some conditions we are having trouble identifying, it incorrectly unescapes backslash-escaped characters, so for example
...
2
votes
7answers
3k views
Help selecting java component-based web framework
I'm interested in trying and learning a component-based web framework. Currently, I only have experience with action-based frameworks like Spring MVC and Grails. I'm deciding between: JSF 2.0, Wicket, ...
2
votes
4answers
6k views
How to print the year in a JSP?
I want to do something like this:
<?php echo date('Y'); ?>
But then in a .jsp file. All the tutorials I'm seeing require building a class somewhere. We're running appFuse and Tapestry. ...
2
votes
3answers
285 views
What do you think about Tapestry 5.2? [closed]
I want to create a new project and I'm studing diferent web frameworks
In StackOverFlow there are diferent threads of tapestry but it talks about Tapestry 4 or old Tapestry 5.0.8
What about tapestry ...
2
votes
6answers
864 views
Technologies required to build an end to end web application?
I want to develop a web application, like an online scheduler. (Yes I know it's been done a million times.)
Most of my experience is in Java, so I want to leverage that when considering technologies.
...
2
votes
3answers
1k views
How to set the focus after a zone update in Tapestry5
I have a zone that contains a form that contains a loop. When someone changes a text field within the loop, it updates the entire form and loop on the onKeyUp event.
I am trying to find a way to ...
2
votes
1answer
291 views
tapestry 5 session bean
The problem should be common, but i can't find any clear information about it.
Basically, each client of my web app is building an object, i would like to store this object in a session bean in ...
2
votes
2answers
49 views
Getting started with Tapestry
I am looking to get into the world of tapestry5. I have developed extensively in JSF and Struts. Are there any good books or tutorials out there that can help me to get started ?
Kind Regards,
2
votes
2answers
329 views
difference between t:type=“grid” and t:grid in tapestry
in tapestry we can use the component in two ways
<t:type="grid" t:source="persons" t:row="person" t:encoder="personEncoder" t:include="id,firstname,lastname,startdate" t:add="delete"\>
or we ...
2
votes
2answers
792 views
How do I use Tapestry-Security?
I discovered Tapestry 5, quite recently, its clear separation between view and controller, the use of name standardization instead of XML made me go for it straight. Quite frankly I don't plan on ...