| 0-9 ... 0 |
A ... 2 |
B ... 0 |
C ... 3 |
D ... 1 |
E ... 1 |
| F ... 2 |
G ... 2 |
H ... 1 |
I ... 1 |
J ... 2 |
K ... 0 |
| L ... 0 |
M ... 2 |
N ... 0 |
O ... 1 |
P ... 1 |
Q ... 0 |
| R ... 2 |
S ... 5 |
T ... 1 |
U ... 1 |
V ... 0 |
W ... 0 |
| X ... 0 |
Y ... 0 |
Z ... 0 |
!@#$ ... 0 |
|
|
|
0-9
|
A
Acegi Support
Acegi Support We should add support for Acegi http://www.acegisecurity.org/ via either the interceptor http://www.opensymphony.com/webwork/wikidocs/Acegi%20Security.html basic URLbased auth that is built in to the acegi filter
Annotations
Annotations You can customize the view and behaviour of the application by using annotations on your domain model There are various annotations you can place on your domain model to affect how things are rendered visually in Project Able. Properties Displayed and their Sort ...
|
B
|
C
Community
Community
Custom JSP
Custom JSP You can provide your own custom JSP for any particular view (such as for the table or form views). In development mode you will see a link to save the current page as a JSP page. This allows you to use the generic view ...
Customizing the view
Customizing the view Project Able is designed so that things do the right thing by default or your can overload things where you want to change things. So with minimal work you can create a full CRUD application for your ...
|
D
Developers
collection of pages for developers
|
E
Expose Spring Beans in JSP
Exposing Spring Beans in JSP Using a simple ServletFilter we can autocreate an application scope and request scoped attribute to make it easy to expose Spring services to JSP EL. This is particularly useful for writing little query POJOs that perform ...
|
F
FAQ
FAQ This page lists the Frequently Asked Questions
Features
Features
|
G
General
General questions on Able
Getting Started
Getting Started To get started we recommend you get the Source then try Running and seeing how you can Customizing the view
|
H
Home
Project Able Welcome to the wiki space for Project Able http://blogs.opensymphony.com/plightbo/2006/08/projectableacompletejavaw.html. The core idea behind Able is bundle the best of breed Open Source Libraries together to make a cohesive complete web stack provide a RAD, Railish ...
|
I
Ideas
New Features or Ideas A collection of ideas for new features to add JAXB Support and REST Support Acegi Support Changes autoexpose services in Spring? e.g. if we use an annotation @Bean(autowire=Constructor, id="foo", singleton=false ...
|
J
JAXB Support
JAXB2 Support We may want to support JAXB2 for easy marshalling into and out of XML where the entity model can use JAXB2 annotations to customize the XML marshalling (if its required). e.g. defining element names and whether properties/fields ...
JPA Support
JPA Support Helper classes Have a useful base class for queries / actions with methods such as foo.query("from Cheese c where c.type = 'blue'") foo.query("from Cheese c where c.type = ?", "blue") With the EntityManager being autoinjected via Spring ...
|
K
|
L
|
M
Mailing Lists
Project Able has the following mailing lists
Maven Plugin
Able Maven Plugin The Able Maven Plugin will autogenerate controllers and scaffolding for your application. You can setup your project to always autogenerate scaffolding on every build, or build things on demand. To generate scaffolding for all entities type mvn ...
|
N
|
O
Open Source Libraries
Open Source Libraries Used The following lists the open source libraries used. Rather than provide support for every permutation of library, we have tried to pick the best solution to each problem and provide elegant integration and RAD tooling ...
|
P
Plan
brief page to figure out the plan of stuff to do... address difference/overlap between /WEBINF/tags/form and /WEBINF/tags/able/ resolution merge them, just need to figure out the Tag Naming make all code that looks ...
|
Q
|
R
REST Support
REST Support Similar to JAXB Support if we have good support for JAXB2 so that entites can be exposed as REST endpoints as blobs of XML so that GET book/123 > a blob of XML POST/PUT book/123 > inserts/updates the entity from ...
Running
Running the example web app Firstly install maven 2.0.4 or later. Then run the following mvn clean install cd ableweb mvn jetty:run Then point your browser at http://localhost:8080/ableweb and you should be away. If you prefer ...
|
S
Sandbox
scratch area of the Wiki for various in progress ideas or features
Site
Site
SiteIndex
SiteMap
Source
Source Code Use Subversion to get the code svn co https://svn.opensymphony.com/svn/sandbox/able Then try Running it. Browsing the source The root directory is: https://svn.opensymphony.com/svn/sandbox/able The main web application is: https://svn.opensymphony.com/svn ...
|
T
Team
Project Able Team Committers Name Organisation Patrick Lightbody HostedQA James Strachan LogicBlaze http://logicblaze.com Kjetil H.Paulsen\\ Bouvet AS http://www.bouvet.no\\ Contributors Name Organisation
|
U
Using Able
Using Able
|
V
|
W
|
X
|
Y
|
Z
|
!@#$
|