LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   example of RMI, Observer & Factory Patterns, TransferObject, Model View Controller (https://www.linuxquestions.org/questions/programming-9/example-of-rmi-observer-and-factory-patterns-transferobject-model-view-controller-594856/)

manolakis 10-26-2007 02:25 PM

example of RMI, Observer & Factory Patterns, TransferObject, Model View Controller
 
Hi there
Could anyone please give any example of a mixed use of RMI, Observer & Factory Patterns, TransferObject, Model View Controller. I am told to make a Java software which will be based on these concepts. I must use a JDBC to access a remote database on a central server that will format its output on its return. Secondly RMI should be used to convert part of the original code from an alternative such as IIOP(which i dont know what it is:scratch:). The software should be able to display music or video categories and a user will select an item.
Any help will be delightfully accepted.

Thanks for your time

acid_kewpie 10-26-2007 03:20 PM

no, we aren't here to do your work for you. and normally blatant homework questions are about writing toy shell scripts to perform menial tasks not what looks like the best part of 5,000+ lines of code.

manolakis 10-27-2007 08:55 AM

Dear acid_kewpie
I knew it that you will underestimate the meaning of the word 'example'. I don't ask for providing me with Java code. To be honest with you I have never met Java terms such as RMI, IIOP, JDBC, TransferObject, Model View Controller. What was meant by an 'example' was a few words of explanation about what those things can do, and how they corporate.

Thanks

dmail 10-27-2007 09:09 AM

A good place to start would be sun for java specific details
http://java.sun.com/javase/technolog.../rmi/index.jsp
http://java.sun.com/docs/books/tutorial/rmi/index.html

http://en.wikipedia.org/wiki/Observer_pattern
http://en.wikipedia.org/wiki/Factory_method_pattern
http://java.sun.com/blueprints/patte...-detailed.html


All times are GMT -5. The time now is 11:45 AM.