Introduction to Robustness Diagrams - 0 views
-
Boundary
-
Control
-
Entity
- ...7 more annotations...
Installing JBoss 7.1. on CentOS 6.x | |opensourcearchitect| - 0 views
-
Shutdown a JBoss 7 instance: To shutdown your JBoss 7 server, execute the following command: $ ./jboss-cli.sh --connect command=:shutdown
-
Startup a JBoss 7, standalone instance: A standalone instance of JBoss 7 can be starting by executing: $ ./standalone.sh -Djboss.bind.address=0.0.0.0 -Djboss.bind.address.management=0.0.0.0&
InfoQ: Dan Allen on Arquillian Testing Framework - 0 views
-
Arquillian Testing Framework
-
Arquillian is an integration and functional testing platform that can be used for Java middleware testing. With the main goal of making integration (and functional) tests as simple to write as unit tests, it brings the tests to the runtime environment, freeing developers from managing the runtime from within the test.
Graphical Eclipse FAQs - Eclipsepedia - 0 views
-
How do I alter my package representation so that parent packages are housing child packages? 1. Click on the dropdown menu on the Package Explorer view. Go to the 'Package Representation' submenu and then click on 'Hierarchical'.
-
PDE I get an unhandled event loop exception in my console. What gives? 1. Open up the run dialog via the dropdown toolbar item.
-
2. Select your Eclipse Application launch configuration. Go into the 'Arguments' tab and then append '-consoleLog' as an argument and then try running your application again.
- ...3 more annotations...
Java Persistence/Runtime - Wikibooks, open books for an open world - 0 views
-
In JEE the EntityManager or EntityManagerFactory can
-
injected into a SessionBean
-
A managed EntityManager should never be closed, and integrates with JTA transactions
- ...3 more annotations...
Spring Security - Features - 0 views
-
Domain object instance security: In many applications it's desirable to define Access Control Lists (ACLs) for individual domain object instances. We provide a comprehensive ACL package with features including integer bit masking, permission inheritance (including blocking), an optimized JDBC-backed ACL repository, caching and a pluggable, interface-driven design.
-
OpenID Support: the web's emerging single sign-on standard (supported by Google, IBM, Sun, Yahoo and others) is also supported in Spring Security
-
Easy integration with existing databases: Our implementations have been designed to make it easy to use your existing authentication schema and data (without modification). Of course, you can also provide your own Data Access Object if you wish. Password encoding: Of course, passwords in your authentication repository need not be in plain text. We support both SHA and MD5 encoding, and also pluggable "salt" providers to maximise password security.
- ...5 more annotations...
The New RBAC: Resource-Based Access Control | Stormpath - 0 views
-
Externalized Security Policy Management
-
Make Changes at Runtime
-
Flexible Security Model
- ...3 more annotations...
Enterprise JavaBeans 3.1 with Contexts and Dependency Injection: The Perfect Synergy - 0 views
-
EJB beans cannot be directly exposed to JSF or JSP without a little help from CDI
-
CDI doesn't provide any transactional, monitoring, or concurrency aspect out of the box
-
stateless EJB 3.1 bean as boundary (Facade)
- ...1 more annotation...
Application Security With Apache Shiro - 0 views
-
previously known as the JSecurity project
-
The word Subject is a security term that basically means "the currently executing user"
-
Core Concepts: Subject, SecurityManager, and Realms
- ...12 more annotations...
Authentication Cheat Sheet - OWASP - 0 views
-
Authentication Cheat Sheet
-
Sessions should be
-
unique per user
- ...26 more annotations...
Web | Apache Shiro - 0 views
-
Session Management
-
Servlet Container Sessions
Selling Weld and EE6 | Weld | JBoss Community - 0 views
-
regarding the issue of selling Weld and EE6 to developers/shops....
-
How bout a JdbcTemplate Spring equivalent in the case of projects using legacy db schemas
-
portable extension to Weld
- ...32 more annotations...
« First
‹ Previous
81 - 95 of 95
Showing 20▼ items per page