0

How to implements RESTfull web services with zk?

asked 2013-10-22 12:06:10 +0800

jayvant gravatar image jayvant
1

How to implements RESTfull web services with zk? Any other option have in zk.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-10-23 07:52:26 +0800

ashishd gravatar image ashishd flag of Taiwan
1972 6

You could use ZESTideally though you could use any other Java framework to implement RESTFul services as they are server-side APIs whereas ZK is a UI framework and has its own more powerful Ajax mechanism. Personally I wouldn't recommend using RESTful services with ZK as with ZK MVC and MVVM all your application code already executing on server-side so you could directly call your service like you would call any Java object methods.

With ZK you should use ZK with MVC or MVVM pattern instead of manually calling RESTFul services from client-side and doing all the marshaling/un-marshaling of data by yourself.

link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2013-10-22 12:06:10 +0800

Seen: 84 times

Last updated: Oct 23 '13

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