0

Struts, JSF and ZK comparision - the sources

asked 2008-04-16 01:19:18 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4907497

By: robertpic71

Daniel Seiler wrote a comparision between Struts, JSF and ZK in the german Javamagazine.

I host the sources and do some LOC-statistics and improved the ZK-examples with databinding.
My versions also shows the use of converters and the sources from some converters.

/Robert


delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2008-04-16 01:23:55 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4907500

By: robertpic71

Sorry, missing link...

http://www.pichelhofer.at/ZKDemo/index.jsp

link publish delete flag offensive edit

answered 2008-04-16 02:17:39 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4907544

By: waterbottle

Hi,
I can not run any version of ZK in your live demo, Is there any trouble and do you needs help?

/Dennis


link publish delete flag offensive edit

answered 2008-04-16 09:22:38 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4908072

By: robertpic71

Hi,

thanks for the hint Dennis. I've restartet Tomcat and now it's ok. I do some deployments without restart tomcat - however this feature is limited....

@ZK Team
Could you take a look to the converter sources? So, I could complete my converter tutorial (smalltalk?).

from the interface description

/**
21 * Converter to cast object class between UI Component attribute and backend data bean property.
22 * This interface is used in DataBinder. The implementation of this converter should not hold any
23 * state since it is shared by the whole application.
24 *
25 * @author Henri Chen
26 */

So, I do not hold states, i.e. I have to retrieve the users locals for every converter-call (i.e. http://www.pichelhofer.at/ZKDemo/src/DateUser.java.html ).

/Robert




link publish delete flag offensive edit

answered 2008-04-17 03:06:36 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4909968

By: henrichen

Hi Robert,

The only issue I saw is this in comments:

* Examples:
* <listcell label="@{person.birthdate,
converter:'org.zkforge.converters.DateUser'}"/>
* <label value="@{person.birthdate,
converter:'org.zkforge.converters.DateUser'}"/>

Should be

* Examples:
* <listcell label="@{person.birthdate,
converter='org.zkforge.converters.DateUser'}"/>
* <label value="@{person.birthdate,
converter='org.zkforge.converters.DateUser'}"/>


It should be '=' not ':' in @{...} annotation.

Looking forward to your smalltalk.

/henri

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2008-04-16 01:19:18 +0800

Seen: 339 times

Last updated: Apr 17 '08

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More