2

new Zksample2 app. Spring, -AOP, -Security, Hibernate, Hibernate-Generic-DAO, Jasper

asked 2010-01-17 08:29:28 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

updated 2013-03-27 08:56:18 +0800

jimyeh gravatar image jimyeh
2047 1 4
ZK Team

Hi all,

today we have checked in the new Zksample2 application as maven2 projects on sourceforge.net. You can reach the project homepage under the link http://zksample2.sourceforge.net/ here.

You will find there 3 eclipse maven subprojects and the folder for the documentation.

  1. KeyGenZkoss = one-time-password generator
  2. spring-hibernate-backend = backend
  3. zkoss = frontend
  4. zksample2_doc = documentation

The Documentation you can download seperately as a pdf-file from here.

The documentation is a work in progress so be sure to check sometimes for the newest file.

For checkout and evaluate or work with the application please download and read first the documentation.

Mainly changes to the first sample app are: - change project structure as maven2 projects - spring managed frontend - @Secured() for securing methods with own implementation - login statistic - several integration options of ipToCountry - one-time-password sources are opend - Refactoring all Domain/DAO/Service Classes to english names - many many code changes - documentation

We whish all fun with it and hope that it can be usefull for others.

best Stephan and Björn

delete flag offensive retag edit

213 Replies

Sort by » oldest newest

answered 2014-10-02 19:15:03 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

updated 2014-10-02 19:15:41 +0800

I hope of the end of this month the ZKBoost book is ready.

link publish delete flag offensive edit

answered 2014-10-02 13:05:22 +0800

rosemarian gravatar image rosemarian
1

Helps a lot! Thanks!

link publish delete flag offensive edit

answered 2014-06-03 08:29:49 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Hi zippy, if ZKBoost is ready (comes soon) there is an extended ZKGritter component in there.

best Stephan

link publish delete flag offensive edit

answered 2014-06-01 04:34:54 +0800

zippy gravatar image zippy
504 1 2

Thanks Senthilchettyin,

Finally i compile the new sources with maven and i get the jars, but in ZK 5 do not work and the firefox console don´t recongnize the js. I will continue triying

link publish delete flag offensive edit

answered 2014-05-31 07:07:59 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Check here

link publish delete flag offensive edit

answered 2014-05-31 03:47:49 +0800

zippy gravatar image zippy
504 1 2

updated 2014-05-31 03:53:02 +0800

Hi Stephan,

I have a legacy app with ZK 5, i am searching for ZK Gritter (there is broken link) and i see that your app have this library, can you share with us? please :)

Best, Pedro

link publish delete flag offensive edit

answered 2013-03-09 05:40:46 +0800

bduflag2006 gravatar image bduflag2006 flag of Indonesia
1

nice info..

link publish delete flag offensive edit

answered 2013-03-07 16:27:10 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/
  1. in this security architecture, yes

  2. Have a look in CustomerDialogCtrl.java. The method doCheckRights() shows how to do exactly that.

A next question is how to secure an event. You can do that by adding an Annotation to that event: (BranchMainCtrl.java)

@Secured( { "button_BranchMain_btnNew" })
public void onClick$btnNew(Event event) throws InterruptedException {
    doNew(event);
}

best Stephan

link publish delete flag offensive edit

answered 2013-03-06 14:34:46 +0800

azli gravatar image azli
24 3

Hi stephan, i have few questions if u hv the time

  1. How to assign a single right to users? For example, in order screen has 1 approve button. But this button is only viewable to some users. Do i still have to assign this btn_approve to a group right, then assign it to a group role?
  2. How to make a component disabled by user rights? Only to specific components (not all) but all other components still not visible.
  3. How to make a reusable bandbox?

Thank you for ur time and advice

link publish delete flag offensive edit

answered 2013-02-24 19:05:23 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

updated 2013-02-24 19:06:20 +0800

Seems others have no access to the branches. Than take the last from the /trunk. As soon as possible we will upgrade the trunk to 6.5.1.2 and added two more little subprojects to it. (for a 'parent' pom and a BUILALL pom )

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
4 followers

RSS

Stats

Asked: 2010-01-17 08:29:28 +0800

Seen: 29,065 times

Last updated: May 27 '16

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