| Author |
Logging, and network mode
|
Hanna Habashy
Ranch Hand
Joined: Aug 20, 2003
Posts: 532
|
|
hi Guys: I finally finished with a prototype of my project. All what I have to do now is adding a network support(RMI). I have two question: 1) I didn't use logging in my project. Do we have to use it. My instructions did not mention anything about logging? 2) I have no experience with RMI or socket programming. Can someone recommend a tutorial or a resource to learn RMI fast. My application is totaly done, except the RMI support, how long will it take me to implement RMI support? thnaks
|
SCJD 1.4<br />SCJP 1.4<br />-----------------------------------<br />"With regard to excellence, it is not enough to know, but we must try to have and use it.<br />" Aristotle
|
 |
Serkan Yazici
Ranch Hand
Joined: Apr 24, 2004
Posts: 33
|
|
Hi Hanna, I found a sample chapter from The Complete Java 2 Certification Study Guide by Simon Roberts, et al on RMI and sockets: Chapter 17, Writing the Network Protocol -- Serkan
|
-- SCJP 1.4 (98%), SCJD (98%), SCWCD (96%), OCA Dev (97% avg.), SCBCD (97%), SCJP 1.5 BETA (90%)<br />-- OCP Dev (maybe), MCDBA (probably) SCEA (eventually)<br />-- Haven't tried Firefox yet? Free, open, secure, fast, tabified, and slick!<br />-- <a href="http://www.mozilla.org/products/firefox/" target="_blank" rel="nofollow">http://www.mozilla.org/products/firefox/</a>
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10815
|
|
Hi Hanna, From the JavaRanch SCJD Reading Material list: Sun's RMI Tutorial: http://java.sun.com/docs/books/tutorial/reallybigindex.html#rmi. (Thanks for the link Serkan - I have updated the FAQ with it). Regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
Vishwa Kumba
Ranch Hand
Joined: Aug 27, 2003
Posts: 1064
|
|
Thanks Serkan, I am also a newbie to RMI and I am sure I am going to find that link useful.
|
 |
 |
|
|
subject: Logging, and network mode
|
|
|