Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14282
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Developing a Team collaboration/MIS web app |
| Date | 2012-05-05 07:47 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <jo3ehg$d80$1@dont-email.me> (permalink) |
| References | <a5f2711c-2f89-4609-b999-56d9dfd9dc41@vy9g2000pbc.googlegroups.com> <4fa425a4$0$284$14726298@news.sunsite.dk> <f2cdef22-4d4b-43ab-9142-76d832c52fd8@t2g2000pbl.googlegroups.com> |
On 5/4/2012 10:07 PM, ruds wrote: > As, I am doing this alone and have no other guidance, I might be > asking the very basic questions which might be very easy for others. > Please do understand and guide me. So your project basically has no requirements except what you want to do. I'd still attempt to collect some ideas from your team. Talk to some folks over lunch about what they'd like to see in the new system. If you can get some people excited about the project, you might get extra time, or resources, or accolades. This is all just basic workplace skills here. Assuming you want to keep Java, I'd recommend looking into a full JEE container. The latest EJB 3.0 stuff is easier to program that a bare Tomcat container. It's a bit more to learn, but faster once you get the hang of it. The book Core JSF 2.0 helped me a lot (there's a lot of bad books out there too; Core JSF isn't one of them). <http://horstmann.com/corejsf/> I don't know of anything like a website bbs/forum for Java off-hand. I'm sure there's some out there, but Java isn't a single product like Drupal or something where they concentrate on pre-built modules. There's a few CMSs for JEE, but they tend to be heavy-weight things that assume a considerable time investment to learn. I think it would actually be faster to write your own simple bbs. It's basically one table and a couple of views. Of course, if you need many features, finding something appropriate and adapting it becomes more worth the time spent. (There's that whole "it depends on features" thing again.) There's some good open source here you can look through, and of course there's Google too. Good luck. <http://java-source.net/>
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