Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Where to start with Java web apps
Name: deity_me Date: September 15, 2003 at 12:43:01 Pacific OS: Mandrake 9.1 CPU/Ram: P3 750/512MB
Comment:
Hi I want to do some web programming using Java to access DB and what ever else you use Java in the web for... but i dont know where to start.
I'm using Mandrake 9.1 I have Apache, J2SE, and MySQL installed I've configured my Apache so that it displays web pages. I have a DB and tables for MySQL
I'm downloading J2EE right now
What else do i need to do? can someone recommend a good website that have simple to follow tutorials
Name: zeroguy Date: September 15, 2003 at 19:05:28 Pacific
Reply:
The Sun webiste has some tutorials for Java, I think. Otherwise, I would try typing in "java tutorials" into google and see what you get.
0
Response Number 2
Name: SN Date: September 15, 2003 at 22:06:53 Pacific
Reply:
It sounds like you'll be making servlets rather than applets. Look into JSP tutorials. Rather than type them into google, I usually use the directory feature...You tend to get higher quality results that way. Best of luck, -SN
0
Response Number 3
Name: gpp Date: September 16, 2003 at 05:36:54 Pacific
Reply:
You need an IDE, unless you like compiling things from the command line. I'd recommend getting it at netbeans.org. Also, apache cant act as a standalone java server. You'll need a servlet container such as Tomcat... which you dont really need, since netbeans comes with the latest version of tomcat built in. Mysql is a good choice for the database, so you're good there.. other than that, go to java.sun.com and start working some tutorials.
0
Response Number 4
Name: deity_me Date: September 17, 2003 at 14:25:18 Pacific
Reply:
Anyone know of a good tutorial page where it tells me in plain english how to setup tomcat5 with apache2?
the jakarta documentation isnt something that a newbie can read (well i can read it - i just dont know what they're talking about)
thanks
0
Response Number 5
Name: gpp Date: September 18, 2003 at 05:20:56 Pacific
Reply:
You're better off running tomcat as a standalone. Connecting the two is not easy.. The jakarta docs were what I used, I really dont know of any others.. but keep searching, maybe you'll find something.
Summary: I've been building up to this, I basically want to write some text-based games and then later on graphical games, and some utilitys, I want to learn C or C++, and I've been reading through google for ...
Summary: Your options are open...There's nothing wrong with starting with a "high end" language like C, C++, Java, or C#...Although languages like Visual Basic are easier to learn, I've never been convinced th...
Summary: can anyone help me with my java homework. i just dont know where to start. the question is write a program to mimic a calculator. input 2 real numbers and state whether the 2 numbers are to be added,s...