Link to home
Start Free TrialLog in
Avatar of siunix
siunix

asked on

ATG dynamo easy example application

Hi,
  I have just installed atg dynamo 6.0, sunone webserver
and oracle db.  I was able to install atg and access
http://localhost:8840, and was able to configure JDBC
and test connection to oracle ok.  Now I want to
know how transaction goes from web-->atg app--->db;
three different servers, all three run solaris 2.8.
I have one table with one column in oracle table.
table1 has one column:
name:
Joe

Can someone help me creating a one line application
which return the value of the column in the table...
which is same as "select name from table1".

web servername:  web1
atg dynamo app anme:  app1
oracle server:     oracle1

If I use browser on http://web1/index.jhtml,
I should see Joe.

This simple exercise will help me see how the app
interact with web and oracle db.


Appreciate the help...thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial