ComponentWorld icon indicating copy to clipboard operation
ComponentWorld copied to clipboard

A Tapestry 5 application that helps people find Tapestry components, mixins, pages and modules

Results 11 ComponentWorld issues
Sort by recently updated
recently updated
newest added

src/main/java/org/apache/tapestry/unicorn/services/AppModule.java in back-to-maven branch refers to CycleBindingFactory but there is no source code for CycleBindingFactory class. ... import org.apache.tapestry.unicorn.bindings.CycleBindingFactory ... configuration.add("cycle",new CycleBindingFactory(bindingSource)); ...

On the Home page, when there is a long list of entries, scrolling down and clicking on an item lower down on the list has no apparent effect -- you...

I'm about half way through renaming the project from "Component Finder" and "Unicorn" to "Component World". The package names need to be changed; also, the database, and other things still...

Currently we're using Derby in embedded mode, and it is configured to only have a single connection in the db connection pool: [INFO] access.QueryLogger Created connection pool: jdbc:derby:database/componentSearchDB Driver class:...

At the moment the database is stored in github for versioning and safeguarding. However, once this app is running in production, we'll need some way to ensure that the database...

The "Source Type" checkboxes on the index page don't work yet, and never have. I'm using the checklist component copied from Tapestry 5.3. The current problem: for some reason the...

Currently the app works fine under Jetty, but to deploy to the Apache infrastructure it will need to be runnable under Tomcat. Not sure what changes will be needed (maybe...

Use Tynamo Security (based on Shiro). Consider whether we can use Tynamo-federatedaccounts so that users (which would be mostly Tapestry committers) can use their existing Google or other Oauth-based accounts...

Need to add pages for managing users and roles. This ties in with the need to add role-based security (a separate issue).

(After authentication & authorization mechanisms are in place) we need to add the ability for a non-admin person to submit a new entry. Maybe they have to create an account,...