• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Inventory Control Application with J2EE

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are going to develop an inventory control application for our company any it's remote branches with a central database. So one of the suggestions is to use JSP/ Servlets to develop this application.

I have developed various J2ee applications, but never have done an inventory control app with J2ee.
Is J2EE good for an application like inventory control system? We have identified j2ee to do this, as it's said that Java Swing applications are quite slow.

If we develop this inventory control application with j2ee to run in web browser, I wonder how the validations are done. Users may demand GUI controls like calendar, which is available in client server applications.
If you guys can give me an idea to help whether our decision to develop this app in j2ee is correct or not, it will help us a lot.

Thanks in advance,
Ranjith Kodikara (SCJP,SCWCD)
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ranjith Kodikara:
as it's said that Java Swing applications are quite slow.



Anecdotal evidence is rarely accurate.
 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not answering to your question, but you should visit this page.
 
Humans and their filthy friendship brings nothing but trouble. My only solace is this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic