N
NickName
Hi java gurus,
I've fairly new to java but have had considerable experience in
developing web-based, database-driven applications. Now, I'd like to
get into web-based, database-driven java application development using
Struts. Did some googling on the topic for a high level (conceptual)
description/writing on this particular topic, did not find exactly
what I'm looking for, but
found the following info is of interest:
"
0) OS
1) Java 2 Software Development Kit, version 1.4.1 or later
(downloadable from http://java.sun.com/j2se/downloads.html)
2) Tomcat 5.0.16 or later (from http://jakarta.apache.org/tomcat/)
3)Struts 1.1 or later, as obtained from
http://jakarta.apache.org/struts/
4) A powerful Java and JSP development tool such as JBuilder, WebSphere
Studio, or Eclipse (a free IDE downloadable from
http://www.eclipse.org/downloads/)
5) SQL Server, Oracle, or another relational database accessible via
JDBC (database can be running locally or remotely)
"
I took the liberty to add numbering for easy reference. The first take
for me is figure out how the above 5 "things" work together, then,
start to learn more about them. I need your seasoned opinioin on my
understanding of them, here goes:
0) OS: my OS is Windows XP
1) This is the development language and its supporting tools (very CORE
2) This is the hosting server (web server) for application(s) developed
using num 1
3) This is the development framework, that would help to develop better
quality software
4) This is the tool, e.g. JBuilder, that is used to develop app using
num 1 language within num 3 framework. Once an app is developed,
deploy it to num 2
5) This is the backbone of any modern app (data, data, data stored in a
relational environment)
A bit further,
0)
1) What core java language elements/classes that I must get familar
with for my goal, understand, the java tutorial of HelloWorld etc. but
that does not really fit into what I intend to go after, for instance,
I don't care about how to creat a frame or like, for web app it would
be HTML form ...
2)
3) How to learn about Struts not by its own docs (I don't like its
layout / how information is presented)?
4) Any other idea other than its online help doc?
5) How to get to more "meat" part of JDBC other than some simple query?
Any other thoughts along the line would be appreciated as well.
Many thanks.
I've fairly new to java but have had considerable experience in
developing web-based, database-driven applications. Now, I'd like to
get into web-based, database-driven java application development using
Struts. Did some googling on the topic for a high level (conceptual)
description/writing on this particular topic, did not find exactly
what I'm looking for, but
found the following info is of interest:
"
0) OS
1) Java 2 Software Development Kit, version 1.4.1 or later
(downloadable from http://java.sun.com/j2se/downloads.html)
2) Tomcat 5.0.16 or later (from http://jakarta.apache.org/tomcat/)
3)Struts 1.1 or later, as obtained from
http://jakarta.apache.org/struts/
4) A powerful Java and JSP development tool such as JBuilder, WebSphere
Studio, or Eclipse (a free IDE downloadable from
http://www.eclipse.org/downloads/)
5) SQL Server, Oracle, or another relational database accessible via
JDBC (database can be running locally or remotely)
"
I took the liberty to add numbering for easy reference. The first take
for me is figure out how the above 5 "things" work together, then,
start to learn more about them. I need your seasoned opinioin on my
understanding of them, here goes:
0) OS: my OS is Windows XP
1) This is the development language and its supporting tools (very CORE
2) This is the hosting server (web server) for application(s) developed
using num 1
3) This is the development framework, that would help to develop better
quality software
4) This is the tool, e.g. JBuilder, that is used to develop app using
num 1 language within num 3 framework. Once an app is developed,
deploy it to num 2
5) This is the backbone of any modern app (data, data, data stored in a
relational environment)
A bit further,
0)
1) What core java language elements/classes that I must get familar
with for my goal, understand, the java tutorial of HelloWorld etc. but
that does not really fit into what I intend to go after, for instance,
I don't care about how to creat a frame or like, for web app it would
be HTML form ...
2)
3) How to learn about Struts not by its own docs (I don't like its
layout / how information is presented)?
4) Any other idea other than its online help doc?
5) How to get to more "meat" part of JDBC other than some simple query?
Any other thoughts along the line would be appreciated as well.
Many thanks.