Help coderanch get a
new server
by contributing to the fundraiser

jawwad ahmed

Ranch Hand
+ Follow
since Dec 01, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by jawwad ahmed

Yes u can find document example from xfront.com exaple no 22 or 23
Hi;
I have some conflicts in my mind about NameSpaces
1)To Which name spcace the <firstname> elsement belongs.
<prefix1:name xmlns refix1="www.google.com" xmlns refix2="www.yahoo.com">
<firstname>
</firstname>
</prefix1:name>
2)Does <middlename> belongd to any namespace.
<prefix1:name xmlns refix1="www.google.com">
<firstname xmlns refix1="">
<middlename></middlename>
</firstname>
</prefix1:name>
3)Is Name Space Declaration is undeclared in follown code
<prefix1:name xmlns"www.google.com">
<firstname xmlns refix1=" ">
<!--See Space -->
<middlename></middlename>

</firstname>
</prefix1:name>
4)Does <firstname> belongs to any namesapce.
<prefix1:name xmlns"www.google.com">
<firstname>
</firstname>
</prefix1:name>

Thanks
Well i have make toolbar for ie which i want to install from website.When User visit my website it installed on the client machine like yahoo messanger.How to do so in jsp.
Thanks
21 years ago
JSP
Thanks Well Is it possible to connect To Oracle database not rather then JNDI.So upon trigger call stored procedure.I think it is one other solution.If i am going wrong please tell.
From services i mean persistence secutirt,naming,distributed objects etc.
Our application purpose is to keep upto date info to users .We dont have to use EJB or any other technolgy of j2ee except JSP,jdbc,servlet.
Would JMS will be good idea if we use Application server for just messaging,because i have read in different article dont use EJBS until u need atleast 4-5 service of Application server.
Please justify.
Well is there any simulator that can recieves sms messages from mobile simulator and via that smsc simulator i can send http request to my webserver.
Any resources/links.
Will be greatful
Thanks
Jawwad Ahmed
21 years ago
Well i am building a module in which i have to upload a file on the server.The user can browse which file he has to upload then he can upload the file(any format) to server to particular folder which he has created before browsing file.Any solution other than jspsmart upload..?


Thanks
[ April 18, 2003: Message edited by: jawwad ahmed ]
[ April 18, 2003: Message edited by: jawwad ahmed ]
21 years ago
JSP
Well i am not able to insert date with time with prepared stament.I dont know where i am going wrong.It gives error missing comma.

String qury = "insert into schedule (schedule_id,account_id,schedule_title,remarks,detail,to_date(schedule_date,'DD-MON-YY HH:MI')) values (?,?,?,?,?,?)";
PreparedStatement stmt2=dbConnection.prepareStatement(qury);
stmt2.setInt(1,maxid);
stmt2.setString(2,accountId);
stmt2.setString(3,title);
stmt2.setString(4,remarks);
stmt2.setString(5,detail);
stmt2.setString(6,"03-APR-03 12:12");
int res=stmt2.executeUpdate();

response.sendRedirect("home.jsp");
////////////////////////////////////////////////////
Thanks If u try pleasse let me know
21 years ago
JSP
Well i am talking about these prodcuts which make me confuse a lot
http://www.mobileinfo.com/Appl_Dev/DataSynch.htm
I hope u understand my question now
Thanks
Jawwad Ahmed
21 years ago
Well for developing the Mbanking application for mobile devices which technology should i prefer.Well i now that they are complementary technology not competitive.
Please give your ideas will be great ful
Thanks
Jawwad Ahmed
21 years ago
Thanks Well i have listen that many products like SyncFile SyncData are in market.So where they are installed on mobile device or on with webserver.
If on weberver does we have to configure/programm these product with webserver to integrate.
If on mobile device what configuaration we have to do.
I hope u understand my question
Thanks
Jawwad Ahmed
21 years ago
Well what is the purpose of syncml.I cant unserstand use of it.
Will be great ful
Jawwad Ahmed
21 years ago