Can anyone tell me where to find information on the method 2 architecture? i.e. using jsp's to display info in beans. Using beans as the transfer mechanism between servlets and jsps. And using servlets for the actual logic, db access, etc. Thanks. Frank
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
That is what I'm doing now at work: I have Java Beans (i.e., classes that conform to specific characteristics) that do the computational work including connecting to other hosts over the Internet and getting the required info, and then JSPs to extract that info via either the <jsp: getProperty> tag or the plain <%= ... tags. Today my supervisor said that it was "Method Two" that I was using... so I was surprised when you mentioned it here... And I better continue to read the long Sun doc!
Frank Albright
Greenhorn
Joined: Feb 19, 2000
Posts: 23
posted
0
Thanks Tony. I quit my job as a sales engineer and have taken a contract position with a consulting firm and this is basically what we are doing. Meantime, still looking for a permanent job in Memphis.