U
unixhack.blogspot.com
Hello,
Does anybody know of a tool that can help me be more
productive when creating a web-based interface? I am
currently using JSP and servlets, and it seems to me
that I'm writing a lot of redundant stuff. I suspect
that I'm not enough of an Objects guru, but that is
probably best left for another post
Problem description:
I need to implement a rather complicated web interface
to replace a data gathering tool currently semi-implemented
on Excel-VBscript (or so they tell me, I'm totally useless
when it comes to Microsoft development tools). The tool
is like a very complicated wizard with lots of steps,
and the UI that appears at the nth step will depend on
what the user entered at steps 1... n-1.
Finally, I want to be able to send the end results to a
database.
I looked at Struts/Tiles some time ago, but it seemes that
to use them you have to already be a JSP/servlets ultra-expert,
which I'm not quite. (At least that was the case with
all the documentation and books I found/bought -- if there
is a more newbie-oriented website or book please let me
know).
Also looked at IBM's WebSphere product, but
it seems a little overkill for what I'm trying to do.
So, what other tools are available for creating complicated
web interfaces?
(Note that I'm not talking about the HTML part -- I'm quite
happy with writing the HTML on "vi" myself. What I need is to
be able to manage the link between web forms/servlets/database
more efficiently.)
Well, I hope this all makes some sense. Thanks for having read
this far and thanks in advance for any help,
Ernesto
Does anybody know of a tool that can help me be more
productive when creating a web-based interface? I am
currently using JSP and servlets, and it seems to me
that I'm writing a lot of redundant stuff. I suspect
that I'm not enough of an Objects guru, but that is
probably best left for another post
Problem description:
I need to implement a rather complicated web interface
to replace a data gathering tool currently semi-implemented
on Excel-VBscript (or so they tell me, I'm totally useless
when it comes to Microsoft development tools). The tool
is like a very complicated wizard with lots of steps,
and the UI that appears at the nth step will depend on
what the user entered at steps 1... n-1.
Finally, I want to be able to send the end results to a
database.
I looked at Struts/Tiles some time ago, but it seemes that
to use them you have to already be a JSP/servlets ultra-expert,
which I'm not quite. (At least that was the case with
all the documentation and books I found/bought -- if there
is a more newbie-oriented website or book please let me
know).
Also looked at IBM's WebSphere product, but
it seems a little overkill for what I'm trying to do.
So, what other tools are available for creating complicated
web interfaces?
(Note that I'm not talking about the HTML part -- I'm quite
happy with writing the HTML on "vi" myself. What I need is to
be able to manage the link between web forms/servlets/database
more efficiently.)
Well, I hope this all makes some sense. Thanks for having read
this far and thanks in advance for any help,
Ernesto