0

ZK y JSP

asked 2007-11-03 03:56:01 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: lolita20

Hola. Quiero hacer un sistema donde la interfaz utiliza ZK y JSP. ZK para la presentacion(imagenes, efectos graficos etc) y JSP para el manejo de peticiones.
Es posible lograr esta conexion entre ZK y JSP?? o hay alguna restriccion??
Consigo muy poca documentacion y ejemplos sobre esto.Si tienen alguna referencia o ejemplo sobre esto seria de mucha ayuda.

Gracias.

Hi!! I want to do a system where use ZK and JSP for interface. ZK for the presentation(image, graphics effects..)and JSP for request handling (dynamism).
Is it possible to do that conexion between ZK and JSP? or there's any restriction??
I don't found documentation or examples about that. If there's any reference or example that any could give me please, it would help ;)

Thanks!


delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2007-11-04 14:12:40 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: roxcastaneda

JSP and ZK? Yes, its a very nice combination. You can refer to the WIKI pages of ZK there are JSP examples there. You can play around with not just request handling but you can play around with sessions as well and have your main jsp page interact with your other jsp pages. You can even build a full ERP system with JSP and ZUL combined.

Find topics on Legacy stuff:

Work with Legacy Web Applications, Part III - Validate Forms Work with Legacy Web Applications, Part II - JSP Work with Legacy Web Applications, Part I - Servlets and Forms

If you have more questions you can email me privy zullander at webfillers.com

All the best,

rocky

link publish delete flag offensive edit

answered 2007-11-05 09:11:25 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: peloto

que pasa moza:
nosotros tambien estamos con el invento este pegandonos. Mira es muy facil, tienes que bajarte una librerias que se llaman JSP TAGS, basicamente se llama zuljsp.jar y las metes al /lib de toda la vida.
Luego en las paginas jsp tienes que anadir cabeceras y todo eso. Ejemplo:

<%@page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@taglib uri="http://www.zkoss.org/jsp/zul" prefix="z"%> <html> <head> <title>Bienvenido HAPC</title> </head> <body> <% JSP %> <z:page>
etc
</z:page>
<% JSP %
</body>
</html>

Un beso wapa, tk.
----------------------------------------------------------------------------
NOW IN <SPAN>ENGLISH:
hi moza:
We are also with this proyect all day thinking in it. To request your question, we can tell you that it is very easy, you have to download JSP TAGS, more o less you have to find the zuljsp.jar library and put it in the /lib directory, I wish you understand it, write to our email if you have for problems (we answer in spanish if you want).
Luego en las paginas jsp tienes que anadir cabeceras y todo eso. Ejemplo:

<%@page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@taglib uri="http://www.zkoss.org/jsp/zul" prefix="z"%> <html> <head> <title>Bienvenido HAPC</title> </head> <body> <% JSP %> <z:page>
etc
</z:page>
<% JSP %
</body>
</html>

kisses

link publish delete flag offensive edit

answered 2007-11-06 02:31:36 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: lolita20

THANKssssssssssssssSS!!I love it!!:D
Cualquier duda les aviso. Gracias por el tiempo ;) Saludos!!!



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: 2007-11-03 03:56:01 +0800

Seen: 610 times

Last updated: Nov 06 '07

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