Hello,
I'm now working in a fusion between a Struts-based framework and a heavy client one (Swing). I heard that JSF can be helpful in this project since it can display Swing-style and personalised visual components in your WebBrowser. I'm not sure about it, is that true?
Thanks for your help!!
Jac
-
JavaServer Faces (4 messages)
- Posted by: jac xia
- Posted on: November 14 2003 09:22 EST
Threaded Messages (4)
- JavaServer Faces by Kris Thompson on November 14 2003 10:17 EST
- UI look by jac xia on November 14 2003 11:00 EST
-
re : UI look by jag huang on November 17 2003 07:29 EST
- re : UI look by Tom Cole on December 14 2003 04:21 EST
-
re : UI look by jag huang on November 17 2003 07:29 EST
- UI look by jac xia on November 14 2003 11:00 EST
-
JavaServer Faces[ Go to top ]
- Posted by: Kris Thompson
- Posted on: November 14 2003 10:17 EST
- in response to jac xia
JSF can do that but it isn't ready for production use yet and won't be for sometime to come, not to mention that JSF is overly complex without the aid of an IDE. SOOO, check out Tapestry instead, it has the concept of components that JSF has too and it is much more mature. -
UI look[ Go to top ]
- Posted by: jac xia
- Posted on: November 14 2003 11:00 EST
- in response to Kris Thompson
Thanks, just one question: what kind of UI look can I have using Tapestry, standard HTML component or Swing-like personnalised?
Best regards
Jia -
re : UI look[ Go to top ]
- Posted by: jag huang
- Posted on: November 17 2003 19:29 EST
- in response to jac xia
I think it is standard HTML -
re : UI look[ Go to top ]
- Posted by: Tom Cole
- Posted on: December 14 2003 16:21 EST
- in response to jag huang
It is generated HTML but it's more than that. It utilizes renderers and controllers that allow for things like Tabbed Panels, Tree Views etc. that would be difficult to provide otherwise.