i am ordered! to design and implement an automation system for one of government’s office, it is mainly a secretariat automation system, and i was thinking of implementing this system as a j2ee web application which will be hosted by apache tomcat and users need to use a browser to access the application.
so i googled a bit and i found no similar product that took my strategy. so the question is, is there any down point with my way? any technical issues maybe?
thank you and accept my apology for my poor English skills.
i am ordered! to design and implement an automation system for one of government’s
Share
First point (down): Do not use J2EE. J2EE is quite outdated (see Wikpedia). Use Java EE 6 instead which includes State-of-the-art dependency injection and JSF >= 2.0.
Second point: What does a “secretary automation system” do? I don’t know but I assume mostly some kind of information system.
Therefore the “strategy” as described so far is: “Use a Web-Application to build some custom internal information system. Use the JEE6 stack for this.” This is a common strategy.