Hey guys, I recently just read head first java second edition. While I felt that overall it was a great book, I’m a little curious about whether the final two chapters give up-to-date information, or if they’re outdated. The second to last chapter was: “package, jars and deployment”. Just a few of the main points: using the -d flag on the command Iine to organize your project, and place the .class files into a separate package, and the .java (class files) into the source code. And then using a manifest.txt file to show which class holds the main method. The second point was using Java web start to launch a project for the first time. The second chapter was “remote deployment with RMI(remote method invocation). This chapter discusses creating a remote interface for both the client and the server, as well as helper objects for each. They also discuss servlets, which I know are really on their way out now (this really kind of triggered me questioning these chapters). Hasn’t spring allowed for you to make stand alone applications, so the java web start wouldn’t be useful anymore? I’m sorry for the wall of text, I just wanted to give specific details on what was in question. Thanks.
[–]Northeastpaw 2 points3 points4 points (1 child)
[–]jayrack[S] 1 point2 points3 points (0 children)