• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Recommendations to make Web development as easy as possible

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm looking to develop a web app with associated database for use in a multiuser environment. I want to get this up and running quickly, and to get involved with the details of the code only when necessary.

I'm hoping for recommendations as to what development tools I should be looking at? Commercial tools are okay. I need to do the development on a Macintosh.

Thanks for any advice

Eric

 
Ranch Hand
Posts: 96
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Eric Jones wrote:I'm looking to develop a web app with associated database for use in a multiuser environment. ...



If you specify the purpose of the web app or some more details about the functionality you want it to have, I'm sure there are plenty of recommendations to be made. Without those details ..

Wim
 
Ranch Hand
Posts: 128
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are plenty of web frameworks out there, depending on your requirements, so it is essential that you provide details about the requirements of the application so we can be able to assist.

Cheers!
 
Greenhorn
Posts: 27
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is only one of my first few posts and is the second time I have mentioned Spring Roo - anyone would think I was selling it..

But assuming you are interested in Java web development (being as you are in a Java forum) then there are lots of frameworks you can use to speed the process. Struts, Spring, Vaadin, Wicket, GWT, are all quite popular frameworks for web development in Java - In terms of Rapid App Development style frameworks the main one will be Spring Roo, which gives you normal RAD type features with little effort (Roo incorporates Spring MVC, JPA, GAE, etc) - I would recommend having a try of the 10minute app to see if it looks like it might meet your needs/skillset.

In terms of IDE, Eclipse is compatible with the Mac, and is a nice tool (although thats down to personal preferences) - there is also an application called Coda for the Mac which is apparently very nice for the web design aspects.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic