laxmikant shimpi

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

Recent posts by laxmikant shimpi

I have confusion about the business object design pattern.
First of all, I have checked on sun site. There is no design patten or strategy which mentions the Business Object Design Pattern.
What according to my knowledge is IBusinessObject, BusinessObjectImpl and BusinessObjectManager is required which actually form this pattern.
We are not using entity beans instead using DAOs to access the database and using BOManager only for retrieving/finding the value objects and construct business object out of it.
Can we not use directly session fa�ade to carry out the functionality of BOManager
Can someone clear my confusion? If possible, please give me links.
Thanks and Regards,
Laxmikant
Hi All,
What all components are possible to get reverse engineered in Rational Rose.
such as Java classes,JSPs, XMLs, XSLs, please let me know.

Laxmikant
can somebody send them if they have faced such ones ?
22 years ago
this is socket exception is caused by n/w traffic or socket problems.
simplest solution is to restart u r server and check once again.
this problem may occur randomly.
hi Guys,
this is the best site as this gives all the information about all design patterns as well as gives insight of the Patterns concept.

http://www.hillside.net/patterns/
also http://www.apache.org also provides very good insights ...

Hope this helps.
Regards,
Laxmikant
22 years ago
I have a little q.
How do u create Window Service for Java Program.
22 years ago
I think these links are invalid now.
can you provide correct links
an aspirant,
Laxmikant
22 years ago
I do not find the link working.
Can you somebody tell me where this link is locatedd and some more Questions on JSP and Websphere are appreciated

Thanks and Regards,
Laxmikant
Can somebody please tell me why this does not return true ?
I am using MS SQL Server 2000 Driver for JDBC and using MS SQL Server 2000.

Connection cnConnection = DatabaseUtil.openConnection();
CallableStatement stmt = cnConnection.prepareCall("{ Call SP_ASSIGN_TEST (?, ?)}");
stmt.setString(1,"Laxmikant");
stmt.registerOutParameter(2, 12);
boolean blnGood = stmt.execute();
System.out.println(blnGood);
DatabaseUtil.closeConnection(cnConnection);
------ returns false.
should return true.
Thanks in Advance
Laxmikant
[ September 06, 2002: Message edited by: laxmikant shimpi ]
hi all,
can somebody really tell me how to create Excel DSN programmtically without creating it in the Control Panel

thanks in Advance,
Laxmikant
22 years ago
Dear All,
I am trying to deploy and use struts with IBM Websphere Application.
Can I get some info how to use it with Web sphere.
I did not get any information in the User Guide or Installation procedures for Websphere.
Is there anybody who has sucessfully implemented such combination?
Thanks and Regards,
Laxmikant
22 years ago
I have a Question that
I am using JSP-Servlet-RequestProcessor-Bean-DAO (Data Access Object) - dB architecture.
We are building an Enterprise Application to be accessed by the users of an Intranet site.
We are bulding all the queries in side the JSP itself resulting the security threat to our application (as I feel it is)
What are the various ways to send the data to the Servlet to that servlet can use the information and constrcut the Queries ?
Is it good to design JSPs for building the SQL Queries (Insert, Update, Delete) ?
I would appreciate the response.
Laxmikant
SCJP
22 years ago
Dear All,
I wanted to know how to disable the browser buttons programmatically when the JSP page is loaded on client screen.
I wanted to know this to stop allowing user to view the JSP page source code by any means.

Please help me
Thanks and Regards,
Laxmikant
SCJP
22 years ago
Really Nice Site ! ! ! !
I wanna always go to this site.
Sit back and Relax
Everything you need for XML studies would be there.......
Laxmikant
SCJP