Results 1 to 2 of 2
- 12-22-2009, 12:17 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 1
- Rep Power
- 0
Java "application infrastructure"
Hi all, I have a question about where to start with a new system development. .. I work for an organization who are just starting out on a major rebuild of the current administration systems, and have chosen Java / Oracle as the platform to use (for info, we're moving from a Coldfusion / Oracle system). To give you an idea of the scale of the project, I have identified around 300 distinct applications (covering 1500 use cases) in our existing system - all of which need to be rebuild in Java, probably using MVC and OO.
We've split the design and build into 2 distinct areas... firstly, the "application infrastructure" - which we're classing as essential support systems for the mainstream applications in the systems (things like help management systems, CMS and translation, FAQ, Menus, Job scheduling, that sort of thing...) - we've identifies around 30 of these types of applications. And secondly - the mainstream applications...
Now my idea is to try to cut some corners here and rather build these "Infrastructure" Apps, try where possible to source them either as open source modules or as purchased modules... obviously, we'll be looking for the apps to be as customizable as possible and they need to be open to interact with the other infrastructure apps and core system apps as freely as possible...
I've just started looking - but this is a huge job, so, to my question.... has anyone had experience of this type of thing before in Java? are there "suites' of applications like this out there to use (free of purchase), and how successful is this approach if you've used it (over the more obvious design and build from scratch of all apps)
Any recommendations you may have on this approach, or on actual software modules of this nature would be greatly appreciated!
Best regards,
Ian.
- 12-22-2009, 12:46 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,414
- Blog Entries
- 7
- Rep Power
- 17
Take the JEE approach (f.k.a. J2EE) and hire some consultancy/designers/programmers from IBM or Sun (Oracle); just implementing a CMS alone is a hell of a job to do and you are mentioning much much more than that. It'll cost you a few bucks but a homebrew system will be a disappointment in the end too and then it'll cost you too ...
kind regards,
Jos
Similar Threads
-
Java, Military Format using "/" and "%" Operator!!
By sk8rsam77 in forum New To JavaReplies: 11Last Post: 02-26-2010, 03:03 AM -
Runtime error "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
By shantimudigonda in forum New To JavaReplies: 1Last Post: 11-20-2009, 07:58 PM -
[SOLVED] Eclipse-Run As "Java application" missing!!
By Triji in forum EclipseReplies: 5Last Post: 01-27-2009, 03:49 PM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks