Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14260
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Developing a Team collaboration/MIS web app |
| Date | 2012-05-04 07:04 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <10979531.529.1336140291616.JavaMail.geo-discussion-forums@pbvd8> (permalink) |
| References | <a5f2711c-2f89-4609-b999-56d9dfd9dc41@vy9g2000pbc.googlegroups.com> |
ruds wrote:
> I want to develop a team collaboration /MIS system for my
> department.Previously I have used JSP for this, but I want to add more
> features and change the look and feel of the current system.For the
> backend I'll be using MySQL and server is Linux.
> Which technology will be the best for this? JSP, JSF, JavaFx, or
> something else?
> Please tell me as I'm very confused.
> I know JSP but others I will have to learn, so which will have a low
> learning curve? Also, I will be working on this single handedly - from
> concept to design to programming.
Your learning curve depends on you, not the tech you're learning. If you actually do
"know JSP" as you claim, it could be short, but a lot of people mean something different
by such a phrase than actual knowledge.
Is there scriptlet in your JSPs? Do you use EL? How would you ensure that a variable like
"#{foo}" comes from page scope?
It also depends on your requirements. *How* do you plan to change the look and feel?
*What* new features will you add? Why isn't JSP good enough to support those?
If you haven't planned out specifically what you're going to do, no wonder you're confused.
Clarity stems from how well you envision your goals. It may well be that you don't even
need to use new tech, nor risk the project for your desire to learn on your client's dime.
That said, JSF is a marvelous way to make snappy, slick Web apps, How's your XML? JSF
works well with JSP, but the modern and better way is with XHTML.
Show us how well you "know" JSP and I'll give you a better read on your likely learning curves.
And JavaFX? Huh? Why did you include that in the mix?
While we're asking questions, how much research did you do into the technologies you
mentioned before you posted here?
--
Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Developing a Team collaboration/MIS web app ruds <rudranee@gmail.com> - 2012-05-04 01:12 -0700
Re: Developing a Team collaboration/MIS web app Lew <lewbloch@gmail.com> - 2012-05-04 06:54 -0700
Re: Developing a Team collaboration/MIS web app Lew <lewbloch@gmail.com> - 2012-05-04 07:04 -0700
Re: Developing a Team collaboration/MIS web app markspace <-@.> - 2012-05-04 11:09 -0700
Re: Developing a Team collaboration/MIS web app Arne Vajhøj <arne@vajhoej.dk> - 2012-05-04 14:53 -0400
Re: Developing a Team collaboration/MIS web app ruds <rudranee@gmail.com> - 2012-05-04 22:07 -0700
Re: Developing a Team collaboration/MIS web app markspace <-@.> - 2012-05-05 07:47 -0700
Re: Developing a Team collaboration/MIS web app Leif Roar Moldskred <leifm@dimnakorr.com> - 2012-05-05 10:30 -0500
Re: Developing a Team collaboration/MIS web app ruds <rudranee@gmail.com> - 2012-05-06 21:09 -0700
Re: Developing a Team collaboration/MIS web app Arne Vajhøj <arne@vajhoej.dk> - 2012-05-05 12:06 -0400
csiph-web