Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

being new to Java and the ZK framework I have some doubts about using ZK with mysql. Have any of you guys found a CRUD with Mysql around? will you point to some link with a good example? I'm a little lost because I only find tutorials using hsqldb.

Thanks in advance.

share|improve this question

closed as not constructive by BalusC, gnat, Linger, Mark, TimWolla Dec 6 '12 at 17:08

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

You can take a look at this article - Rich Internet applications using ZK, which is built with MySql.

share|improve this answer
Looks interesting, going hands-on the article. Thanks jumperchen. Any other sugestions are welcome too. – luiguiv Oct 31 '12 at 13:26

Not the answer you're looking for? Browse other questions tagged or ask your own question.