Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > Re: Java server...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 11 of 14 Topic 16075 of 16269
Post > Topic >>

Re: Java server technology question?

by Roedy Green <see_website@[EMAIL PROTECTED] > May 13, 2008 at 10:56 AM

On Mon, 12 May 2008 11:58:14 -0700, Knute Johnson
<nospam@[EMAIL PROTECTED]
> wrote, quoted or indirectly quoted
someone who said :

>My total exposure to web delivered Java is Applets.  What is the current 
>Java technology that you would use to create an interactive website that 
>requires a database to manage data on the server end?  I'm looking for 
>the simplest technology to do this.  The web server that I am familiar 
>with is Apache.  Does Apache have built-in Java capabilities?

The simplest is a pure Servlet with data files. You need almost no
extra knowledge than you already have.

Next most complex would be adding a real SQL database.  See
http://mindprod.com/jgloss/sql.html
http://mindprod.com/jgloss/jdbc.html

Sun JDK comes with a simple small one called Derby.

One's often used for small projects include MySQL, Derby, PostGreSQL.
For others see http://mindprod.com/jgloss/sqlvendors.html

If you don't need the bullet proofness of transaction rollback,
recovery etc. you can use an "embedded" database, just a class you add
to your jar.  This simplifies deployment.  Very commonly your ISP will
have installed MySQL for you and a Servlet womb, most commonly TomCat.

See http://mindprod.com/jgloss/servletwomb.html

It gets tedious embedding reams of HTML inside Java strings, since
your outputs are complete HTML pages. So people have created scores of
rinky dink ways of embedding Java code in HTML that gets compiled into
the equivalent Java code dynmacially.  I find them all utterly
revolting.  You might have a look at some:
see http://mindprod.com/jgloss/framework.html
Sun's basic one is called JSP. 
see http://mindprod.com/jgloss/jsp.html


-- 

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 




 14 Posts in Topic:
Java server technology question?
Knute Johnson <nospam@  2008-05-12 11:58:14 
Re: Java server technology question?
Daniel Pitts <newsgrou  2008-05-12 12:16:29 
Re: Java server technology question?
Dave Miller <dave@[EMA  2008-05-12 20:10:44 
Re: Java server technology question?
Mark Space <markspace@  2008-05-12 15:44:29 
Re: Java server technology question?
Roedy Green <see_websi  2008-05-13 11:21:36 
Re: Java server technology question?
"Hal Rosser" &l  2008-05-12 18:47:22 
Re: Java server technology question?
Roedy Green <see_websi  2008-05-13 11:30:00 
Re: Java server technology question?
"Hal Rosser" &l  2008-05-13 21:57:25 
Re: Java server technology question?
Roedy Green <see_websi  2008-05-14 05:36:23 
Re: Java server technology question?
"Hal Rosser" &l  2008-05-14 15:21:18 
Re: Java server technology question?
Roedy Green <see_websi  2008-05-13 10:56:15 
Re: Java server technology question?
Roedy Green <see_websi  2008-05-13 11:19:04 
Re: Java server technology question?
Knute Johnson <nospam@  2008-05-13 16:59:17 
Re: Java server technology question?
RedGrittyBrick <RedGri  2008-05-14 10:04:47 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 5:01:46 CDT 2008.