din dee

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

Recent posts by din dee

any body give me suggestions

I have copy one directory(it has contains files & subfolder and sub folder has files and subfolder)
ex: d:\source
it contains one,two 2 folders,readme.txt 1 files
d:\source\one
d:\source\two
d:source\readme.txt.
one folder contains sample.txt
d:\source\one\sample.txt and
two folder,contains two files and sub folder (three). d:\source\two\sample1.txt
d:\source\two\sample2.txt
d:\source\two\three
Three sub folder,contains one gif files
d:\source\two\three\samples.gif

I need these folder sturcture and store like e:\target\source
20 years ago
ask this id ---- [email protected]
he knows very well in single sign on.

Thanking you
Rady
20 years ago
servlet u set RequestDispatcher rd = null;
response.setAttribute(obj,name);
rd = request.getRequestDispatcher("viewCustomer.jsp");
rd.forward(request, response);

jsp u use request.getAttribute(obj);



Thanking You
din
20 years ago
servlet u set
response.setAttribute(obj,name);
rd = request.getRequestDispatcher("viewCustomer.jsp");
rd.forward(request, response);

jsp u use request.getattribute(name);



Thanking You
din
20 years ago
servlet u set response.setattribute(obj,name);
request.setAttribute("customer", customer);
rd = request.getRequestDispatcher("viewCustomer.jsp");
rd.forward(request, response);

jsp u use request.getattribute(name);



Thanking You
din
20 years ago
Log4j is used for Logging .,It is do Appender,Layout(design the o/p ) for logging information. using log4j.xml ., it has file tag u assign where u can store it.
I have the coding abt to read excel sheet shell by sheel and and store the Database (oracle). using jsp,servlet,VO
20 years ago
I want implement my project my own version control like CVS,VSS.
I want access the folder remote machine any OS from local machine.
(remote to come local machine)
and I deploy anywhere(targer path) any OS. to some other remote machine.
(local machine to remote machine).

using XML
any body Please give the tips...
20 years ago
I want implement my project my own version control like CVS,VSS.
I want access the folder remote machine any OS from local machine.
(remote to come local machine)
and I deploy anywhere(targer path) any OS. to some other remote machine.
(local machine to remote machine).

Please give the tips...
20 years ago