• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to use Java in ERP software?

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can somebody enlight on this question. What can we do with ERP software by using Java? When talking about developing or maintaining ERP system, is there any direct relationship with Java or other programming language? Does it mean we may use some
middleware softwares to develop application for ERP in a programming language? Thanks a lot.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is ERP??
 
SoonAnn Lim
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ERP(Enterprise Resource Planning) is a generic term in e commerce. Software application from PeopleSoft, (SAP), Ariba etc. are used to facilitate the management of customer relationship, business processes and other supplementary business operations in ERP. I am curious what is the direct relationship between Java and these application. Is this relationship similar to the relationship between Java and Standard databases where you can write java program to manipulate data in database? Can we do the same thing in ERP system?
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're in luck. Check out the JCA (Java Connector Architecture). This is a generic Java interface to ERP systems, kind of like JDBC, but for ERP. The Sun series book on this should be coming out soon.
--Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic