[next][first] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [last]


Java is designed as a portable language ... for bigger systems ... so

LOTS of Private / Protected type stuff that's needed on data which means

LOTS more attention needed to interfacing and joining bits up and providing all that's needed

Because it's run lots of times, it's interpretted early not every time

Slower to start the first time, but then much quicker on the run

Methodology ... for development

Write the program into a .java

"Compile" it into a .class

Top level class must conform to Servlet or JSP standard (i.e. have the right hooks on it)

Test the classes

Build up all the classes in a (service) application into a .war

Methodology ... for deployment

Run a Tomcat or WebSphere server

Hook the .war file into the engine

However - it's fairly (!) portable.




Training sample © 2024, WELL HOUSE CONSULTANTS LTD
This is http://www.wellho.net/demo/which.html
Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
Phone: +44 (0) 1225 708 225 • EMAIL: info@wellho.net • WEB: http://www.wellho.net