UML as a Data Modeling Notation, Part 4 - 0 views
UML as a Data Modeling Notation, Part 3 - 0 views
UML as a Data Modeling Notation, Part 2 - 0 views
UML as a Data Modeling Notation, Part 1 - 0 views
JBoss AS7 Deployment Plugin - Deploy/Undeploy Examples - 0 views
-
Deploying your application
-
plugin goals deploy, undeploy, and redeploy
-
<plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.1.1.Final</version> </plugin>
- ...15 more annotations...
Dependency Injection in Java EE 6 (Part 6) - 0 views
-
one of the most important value propositions for frameworks like Spring has been the ability to easily extend the framework or integrate third-party solutions
-
SPI allows you to register your own beans, custom scopes, stereotypes, interceptors and decorators with CDI even if is it not included in the automatic scanning process (such as perhaps registering Spring beans as CDI beans), programmatically looking up CDI beans and injecting them into your own objects (such as injecting CDI beans into Spring beans) and adding/overriding annotation-metadata from other sources (such as from a database or property file)
-
SPI can be segmented into three parts. Interfaces like Bean, Interceptor and Decorator model container meta-data (there are a few other meta-data interfaces such as ObserverMethod, Producer, InjectionTarget, InjectionPoint, AnnotatedType, AnnotatedMethod, etc). Each meta-data object encapsulates everything that the CDI container needs to know about the meta-data type
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...
Security Module Drafts - Apache DeltaSpike - Apache Software Foundation - 0 views
-
Authorization
-
Impersonalization
-
authenticates “as a user” or access application imitating his identity - without knowing his password
- ...36 more annotations...
Interview of GraniteDS founders | RIAgora - 0 views
-
explained the origin of GraniteDS and the differences with LiveCycle Data Services
-
ActionScript3 reflection API
-
GraniteDS 2.2
- ...8 more annotations...
NetBeansUserFAQ - NetBeans Wiki - 0 views
-
NetBeansUserFAQ
-
frequently asked questions relating to the use of the NetBeans IDE
-
2 Configuration
- ...13 more annotations...
Session Management Cheat Sheet - OWASP - 0 views
-
Session Management Cheat Sheet
-
should not be extremely descriptive nor offer unnecessary details
-
change the default session ID name of the web development framework to a generic name
- ...50 more annotations...
Logging Cheat Sheet - OWASP - 0 views
-
Legal and other opt-ins
-
Data changes
-
Event attributes
- ...35 more annotations...
SQL Injection - OWASP - 0 views
-
SQL Injection
-
"injection" of a SQL query via the input data from the client to the application
-
exploit can
- ...18 more annotations...
Apache OpenJPA -- Index - 0 views
MySQL Error Number 1005 Can't create table '.mydb#sql-328_45.frm' (errno: 150) | VerySi... - 0 views
-
MySQL Error Number 1005 Can’t create table
-
(errno: 150)
-
SHOW ENGINE INNODB STATUS
- ...12 more annotations...
MySQL :: Enforcing Foreign Keys Programmatically in MySQL - 0 views
-
programmatically enforce foreign keys on storage engines which do not natively support them
-
done by the use of triggers
-
Enforcing Foreign Keys Programmatically in MySQL
« First
‹ Previous
81 - 98 of 98
Showing 20▼ items per page