java Programming Glossary: architectural
What's Alternative to Singleton http://stackoverflow.com/questions/1300655/whats-alternative-to-singleton for the application. It used to be a singleton. After some architectural review we were told to remove the singleton. We did see some..
Using JaaS with Jersey on Grizzly http://stackoverflow.com/questions/1682061/using-jaas-with-jersey-on-grizzly specifically be needed for RESTful resources. The RESTful architectural style frowns upon keeping sessions. There are plenty of tutorials..
Fast algorithm for searching for substrings in a string http://stackoverflow.com/questions/1765579/fast-algorithm-for-searching-for-substrings-in-a-string like to work with char arrays. Also I'm not intested in architectural solutions like distributing the search just the most efficient..
Checkstyle vs. PMD http://stackoverflow.com/questions/184563/checkstyle-vs-pmd in FindBugs and perhaps eventually Macker to enforce architectural rules. java static analysis findbugs checkstyle pmd share..
Design Patterns web based applications http://stackoverflow.com/questions/3541077/design-patterns-web-based-applications important ones. Model View Controller pattern The core architectural design pattern you'd like to use is the Model View Controller..
What components are MVC in JSF MVC framework? http://stackoverflow.com/questions/5104094/what-components-are-mvc-in-jsf-mvc-framework basically two points of view pun intented . In the big architectural picture your own JSF code is the V M Business domain Service.. code C FacesServlet In the smaller developer picture the architectural V is in turn dividable as follows M Entity V JSP XHTML page..
|