satish bora

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

Recent posts by satish bora

File Reader/Writer (As you are using the text file) and String Tokenzier should serve the purpose.
Cheers,
Satish
23 years ago
You may like to add 1 to months, as Months start from 0 to 11.
(i.e .cal.get(Calendar.MONTH)+1 )
Cheers,
Satish
Thanks Dave.
Cheers
Satish
Welcome Richard on this Forum.
It has been said speedwise java is still slow compare to traditional languages like c, c++. How this matters to J2ME programming?
Rgds
Satish
23 years ago
Can somebody let me know the difference between following two ways of connection?
1. DriverManager.registerDriver((Driver)Class.forName(JDBCD).newInstance());
2. Class.forName(jdbcDriver);
Is there any specific reason when to use one or other.
Thnx
Satish
Thanks Finton for your detailed reply.
I am also of opinion that SOAP might replace IIOP over the time.
Infact there are some vendors which are coming with
products which can publish your Corba Services over internet.
e.g http://www.capeclear.com/products/capeconnect/index.shtml
Cheers
Satish
[This message has been edited by satish bora (edited July 26, 2001).]
23 years ago
Thanks Finton.
Am now tempted to ask another question.
Can you say few lines about IIOP vs SOAP?

Thanks lot
Cheers
Satish
23 years ago
You may like to consider Web Service option for this.
Hi Fintan Bolton,
How would compare Corba's Future in comparison with things like EJB and Webservice?
23 years ago
Hope you have set the CLASSPATH and not the PATH
------------------
Sa
You will be able to the output in same window from where you have started the Server.
------------------
Sa
23 years ago
You can set this in Weblogic properties file.

------------------
Sa
23 years ago
Are u using naming service for bind or u binding direct with host and service?

------------------
Sa