Bugzilla Talk:Languages: Difference between revisions

m
Line 89: Line 89:
* JBoss Seam - works closely with business objects and services to provide web interfaces, including some AJAX
* JBoss Seam - works closely with business objects and services to provide web interfaces, including some AJAX


I call this a "stack" for the many options within each layer: application server, web server, persistence/ORM impelmentation (hence database), GUI, operating system, security services, etc., and that's just the server side.  The whole thing is mind-bogglingly complex - too much to consider all at once, but if you build one tower of tools, have a clear domain model and services, pre-defined roles, and an eye for security, then it should build quickly.
There are good options within each layer: application server, web server, persistence/ORM impelmentation (hence database), GUI, operating system, security services, etc., and that's just the server side.  The whole thing is mind-bogglingly complex - too much to consider all at once, but if you build one tower of tools, have a clear domain model and services, pre-defined roles, and an eye for security, then it should build quickly.


To address each point with this set of Java technologies:
To address each point with this set of Java technologies: