![]() | SUMit Roster Software > Nut's > October 2004 > Distributed | Nederlands · Search... |
Distributed |
Monday, 11th October 2004 |
Not because of the be-the-biggest competition, but for the sake of mobility. The future of internet is mobile. Distributed processing is the way to go for the future. PDA's and phones get more and more functionality, lots of different platforms, perfect for Java.
Java must simplify to stay popular among a large group of software developers.
Example | Client | Server | Webserver |
---|---|---|---|
![]() Routeplanning in Java |
1. The client asks the server for address information | 2. The server sends the address of the class files and bulk parameters. | |
3. The client loads the required class files from the webserver. | 4. The webserver accesses the .class files | ||
5. The client requests bulk input from the server, raw data for the route planning. | 6. The server gets the raw data and sends it in an agreed format. | ||
7. The client creates objects. Those client objects execute a complex route planning algorithm. | |||
8. The client sends the generated route to the server. | 9. The server saves the route. |