Opened 13 years ago
Closed 13 years ago
#28 closed task (fixed)
Evaluate the Java-Approach for .zul-pages
| Reported by: | smoser | Owned by: | dgermann |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Architecture | Version: | |
| Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 13 years ago by
| Milestone: | sprint_2012_02 |
|---|
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Ok, we can use Richlets or directly extend existing ZK component in Java. Both easy to do. When we extend components, we still use a minimalistic .zul page, something like:
<?component name="myCompontent" class="...."> <myComponent apply="... my controller ..."
Closing this issue.
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/trac/flarmradar/chrome/site/your_project_logo.png)
Postponed, we need first to get a grip on ZK, Layout, etc.