Ruby
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
( http://www.ruby-lang.org )
Asp
ASP or Active Server Pages is the Microsoft’s first ever server-side scripting language used for generating dynamic and interactive pages.
Java
Java is a programming language expressly designed for use in the distributed environment of the Internet. It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model.
PHP
The PHP Hypertext Preprocessor (PHP -- yes, the first "P" in the acronym does indeed stand for PHP!) allows web developers to create dynamic content that interacts with databases. PHP applications are normally found on Linux servers and in conjunction with MySQL databases. It provides those servers with functionality similar to that provided to the Windows platform by Active Server Pages technology.
(http://databases.about.com/cs/development/g/php.htm)
Friday, December 19, 2008
Spring Security
Spring Security 2.0.0 builds on Acegi Security's solid foundations, adding many new features:
•Simplified namespace-based configuration syntax. Old configurations could require hundreds of lines of XML but our new convention over configuration approach ensures that many deployments will now require less than 10 lines.
•OpenID integration, which is the web's emerging single sign on standard (supported by Google, IBM, Sun, Yahoo and others)
•Windows NTLM support, providing easy enterprise-wide single sign on against Windows corporate networks
• Support for JSR 250 ("EJB 3") security annotations, delivering a standards-based model for authorization metadata
•AspectJ pointcut expression language support, allowing developers to apply cross-cutting security logic across their Spring managed objects
•Substantial improvements to the high-performance domain object instance security ("ACL") capabilities
•Long-requested support for groups, hierarchical roles and a user management API, which all combine to reduce development time and significantly improve system administration
•An improved, database-backed "remember me" implementation
•Support for portlet authentication out-of-the-box
•New support for web state and flow transition authorization through the Spring Web Flow 2.0 release
•New support for visualizing secured methods, plus configuration auto-completion support in Spring IDE
•Enhanced WSS (formerly WS-Security) support through the Spring Web Services 1.5 release
•Updated support for CAS single sign-on (CAS 3 is now supported).
Source : http://www.springsource.org
•Simplified namespace-based configuration syntax. Old configurations could require hundreds of lines of XML but our new convention over configuration approach ensures that many deployments will now require less than 10 lines.
•OpenID integration, which is the web's emerging single sign on standard (supported by Google, IBM, Sun, Yahoo and others)
•Windows NTLM support, providing easy enterprise-wide single sign on against Windows corporate networks
• Support for JSR 250 ("EJB 3") security annotations, delivering a standards-based model for authorization metadata
•AspectJ pointcut expression language support, allowing developers to apply cross-cutting security logic across their Spring managed objects
•Substantial improvements to the high-performance domain object instance security ("ACL") capabilities
•Long-requested support for groups, hierarchical roles and a user management API, which all combine to reduce development time and significantly improve system administration
•An improved, database-backed "remember me" implementation
•Support for portlet authentication out-of-the-box
•New support for web state and flow transition authorization through the Spring Web Flow 2.0 release
•New support for visualizing secured methods, plus configuration auto-completion support in Spring IDE
•Enhanced WSS (formerly WS-Security) support through the Spring Web Services 1.5 release
•Updated support for CAS single sign-on (CAS 3 is now supported).
Source : http://www.springsource.org
Subscribe to:
Posts (Atom)