mangala madhusudhan

Greenhorn
+ Follow
since May 01, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by mangala madhusudhan

HI,

This is madhusudhan.
i am using websphere application developer 5.1.2 for developing strtus application.
i write JDBC connection pool code in Action Class excute() .

I received " syntax error on token "(",";" expected " in line "private Connection getConnetion()"

Please send me mail for this error.

Connection con = this.getConnection();


private Connection getConnection() throws SQLException {

try
{
Context ctx = new javax.naming.InitialContext();
System.out.println("Before DS");
DataSource ds = (DataSource) ctx.lookup("jdbc/DataSourcePPT");
System.out.println("after DS");
//Connection dbConnection = ds.getConnection();
//System.out.println("After Connetion");
}
catch (NamingException ne) {
System.out.println("Naming Exception"+ne);
}
catch (SQLException se){

System.out.println("SQLEXception"+se);

}
catch(Exception e)
{
System.out.println("Error in"+e);
}
return ds.getConnection();
}
18 years ago
This is madhu.

I have doubts regarding spring plugins.
In my project we are using Web sphere Application Developer 5.1.2.
HOw to add Spring Plug-IN to Web sphere Application Developer5.1.2
Can u tell me how to implements "Tiles" in Spring Framwork with Example and develoment in WSAD.

Regards
Madhu.