forked from got5/tapestry5-portlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (26 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Tapestry 5 Portlet Bridge Module - 5.4-alpha-1-SNAPSHOT
## Changelog
- 5.4-alpha-1-SNAPSHOT : Update to Tapestry 5.4-alpha-1 -> branch : master
- 5.3.2-SNAPSHOT : CookieSink & CookieSource
Update To Tapestry 5.3.5
- 5.3.1 : Adding templating, PortletApplicationScopePersistentFieldStrategy
- 5.3.1-SNAPSHOT : Update to Tapestry 5.3.4 -> branch : maint-5.3
- 5.3.0-SNAPSHOT : Update to Tapestry 5.3.3
- 5.2.0-SNAPSHOT : Update to Tapestry 5.2.6 -> branch : maint-5.2
If you want to see it in action, you just need to:
- Download the sources
- Go to the repository directory
- Run "mvn jetty:run"
- Open your browser to http://localhost:8080/tapestry5-portlet/portal/Index
If you are gradle user you can try:
- gradle jettyRun
This library is based on work of Markus Feindler, Le Xuan Trun and Kristina B. Taylor
(see http://code.google.com/p/tapestry5portlet/ for more details).
Like Felix Scheffer (http://code.google.com/p/tapestry5-portlet-support/ for more details),
we have updated the dependencies of this library to use Tapestry 5.2.6 and upper version
This library support:
- portlet event processing (JSR 286)
- serving ajax request as portlet resource (event name that start with serve or components declared in the PortletResourceResponseIdentifier service)
- support MARKUP_HEAD_ELEMENT
- rework on IdAllocator to avoid conflict for generated id when there is more than on tapestry portlet in a page.
- use of Apache Pluto to ease the test