Questions tagged [tynamo]

Tynamo is model-driven, full-stack web framework based on Apache Tapestry 5.

Tynamo's mission is to provide implementations for different aspects of a full web application stack that offer reasonable out-of-the-box functionality and are easy to customize. We are intent on proving that web applications based on Java can simultaneously be high performing, easy to implement and fun to develop. We leverage existing technologies where possible and provide integrations with proven, clean and compact libraries rather than limit ourselves only to standard Java (JSRs). Tynamo is both comprehensive and modular so you are free to choose the parts you like from our full stack. And finally, we like Tapestry and our modules use Tapestry IoC extensively.

Official website : http://tynamo.org/

This framewrork is related to and

19 questions
0
votes
1 answer

Class xxx does not contain a public constructor needed to autobuild when xxx become a Tapestry Service

I'm discovering the wonderful integration work made by Tynamo's team between Tapestry and Resteasy . I'm trying to activate Liveclass Reloading on webservices. As per doc says : Documentation The only thing you need to do to enable live class…
Jean-Rémy Revy
  • 5,607
  • 3
  • 39
  • 65
0
votes
1 answer

Problems with implementing authentication feature in a tapestry web app using tynamo-security module

I am completely new to tapestry and the tynamo-security module and need your help. I want to implement an authentication feature on my web app using tynamo-security and hibernate. I followed the instructions here but it's are not sufficent for me to…
Matthias Munz
  • 3,583
  • 4
  • 30
  • 47
0
votes
1 answer

Failure reading parameter 'selected' of component tynamo/PropertyEditBlocks:palette_set

I'm experiencing tynamo model module (org.tynamo:tapestry-model-web:0.3.1:jar) over Tapestry, and I'm facing an issue that I can't handle. I've got two entities Client and Contract. Obviously, a client has many contracts :…
Jean-Rémy Revy
  • 5,607
  • 3
  • 39
  • 65
0
votes
1 answer

ClassNotFoundException on TapestryFilter with Tynamo archetype

I'm setting up a new project with tynamo-archetype based on tynamo and Tapestry (lets call it division), and I'm facing an issue when running jetty in order to test it. I generated id with mvn archetype:generate on tynamo catalog. Error [INFO]…
Jean-Rémy Revy
  • 5,607
  • 3
  • 39
  • 65
1
2