• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

An enterprise application

 
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

A friend of mine has a business that is growing and wants to expand his web site. He would like to be able to keep a database of customers and automate purchasing. I'm going to try to help with this on the technical side if I can. There are a couple of basic issues that need a little clarification:

1. If we want an application that incorporates Servlets, JSP's and even perhaps EJB's for the database, are we going to need our own server, or are there many web hosting companies that will provide this level of service?

2. Presently, he has an account with PayPal to handle orders. If we want to take orders from our web site, does PayPal have appropriate interfaces to automate the process, or to what banking entity and by what means should we connect?

3. I guess that we'll need SSL to do the transactions...Where is there information on how to get that set up?

4. In simple terms, what are the legal requirements for using a package like JBoss in a commercial application?


Chris Arthur

SCJP, SCWCD, SCBCD, Websphere 287 (in progress)
 
Ranch Hand
Posts: 1683
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

If we want an application that incorporates Servlets, JSP's and even perhaps EJB's for the database, are we going to need our own server, or are there many web hosting companies that will provide this level of service?


Plenty of companies provide Java hosting. You get an HTTP server (almost always Apache), a web container (almost always Tomcat), maybe an EJB container, a DB (almost always MySQL). All this usually runs on UNIX (almost always LINUX). This looks old but may still be useful.

I guess that we'll need SSL to do the transactions...Where is there information on how to get that set up?


Your host should be able to assist as they usually support SSL authentication.
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think Tuxedo provides good outof the box(almost J2EE like) that can be used for this purpose.

But it is expensive though.
 
Humans and their filthy friendship brings nothing but trouble. My only solace is this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic