|
<np:NicephotogDHTMLplateswap
bounderstyle="color:rgb(255,255,255);width:90%;height:480px;background-color:rgb(153,51,0);border:3px rgb(0,0,0) solid;"
capsstyle="color:rgb(153,51,0);"
platestyle="color:rgb(255,255,255);border:0px;"
triggerlist="1. SUcommanderXer,2. Sidewinder,3. Wild Canidae Conservation"
platewidth="400"
plateheight="400"
linkboxstyle="width:100%;position:relative;visibility:visible;background-color:rgb(153,51,0);border-top:3px rgb(255,255,255) solid;color:rgb(255,255,255);font-size:8pt;border-left:0px;border-right:0px;border-bottom:0px;"
linkstyle="color:rgb(255,255,255);"
serverchar="utf-8"
xorh="x"
>
* * * body content of JSP Custom Tag is all <div> 's * * * separated by a :::divseparator::: token between div content sets
</np:NicephotogDHTMLplateswap> <%-- body content wrapper end tag --%>
|
Q: A Java J2EE site ,(has to be?) big or small ? complex or simple ? expensive or affordable ? - A: Whatever is required , it's scalable !
Java J2EE frameworks and server are a scalable web system platform , whether big or small requirements of processing and communication it is possible to add or remove programs or structured services made redundant by change in business environment.
a site can be any size from big to small using a J2EE server, for example:
* A standard(small) site has its main domain pointer page and a contact form and has
no requirements of heavy processing servlets , only the emailer servlet and perhaps some server side dynamic content processed by each .jsp page(though a Java web server does simply serve standard HTML too).
* A medium sized site may also need (additionally to a small sites standard equipment) a search engine and require an XML processor beause
of meta data structures to record sections of information type names, it may also need
to be connected to a DataBase such as MySQL or Oracle for page content. Some SOA architecture
is potentially required e.g. automated WSDL "Web Services" for real time update dependant
the site usage.
* A large site generally has all the previous but again can be part of tier system of servers
and/or networks drawing information from particular areas inside its network past its firewall.
It can include having a processing structure such as e.g. a SAP system to operate JIT buying and
management, it also potentially holds user accounts on a DataBase server and requires extra technologies
such as SSH or SSL certification for security and authentication , it also potentially its own
email server program and email server(Physical).
|
|