598–622 After writing, testing and refining your code you need to provide it to the end users. This chapter looks at how to organize, package, and deploy your Java code. It will look into local, semi-local, and remote deployment options including executable jars, JavaWeb Start, RMI, and Servlets. Also, organizing…