- Understanding Java Security and JAAS (part 1) - http://kcy.me/2cp7x
- Understanding Java Security and JAAS (part 2) - http://kcy.me/2cp87
- Understanding Java Security and JAAS (part 3 a Custom Login Module) - http://kcy.me/2cp90
- Java EE Security: Advanced Topics - https://docs.oracle.com/javaee/7/tutorial/security-advanced.htm#GJJWX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.javacodegeeks.com/2015/11/hamcrest-matchers-tutorial.html | |
https://www.leveluplunch.com/java/examples/#java-hamcrest | |
https://www.leveluplunch.com/java/examples/hamcrest-collection-matchers-junit-testing/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<datasource jta="true" jndi-name="java:jboss/datasources/CopacoBillingDS" pool-name="CopacoBillingDS" enabled="true" use-ccm="true"> | |
<connection-url>jdbc:informix-sqli://10.13.200.41:9088/copaco_prueba01:informixserver=copacodb</connection-url> | |
<driver>informix-jdbc</driver> | |
<security> | |
<user-name>USER</user-name> | |
<password>PASS</password> | |
</security> | |
</datasource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<properties> | |
<junit4.version>4.11</junit4.version> | |
<hamcrest.version>1.3</hamcrest.version> | |
<mockito.version>1.10.19</mockito.version> | |
</properties> | |
<dependency> | |
<groupId>org.mockito</groupId> | |
<artifactId>mockito-core</artifactId> | |
<version>${mockito.version}</version> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.vogella.com/tutorials/JavaPersistenceAPI/article.html | |
http://wiki.eclipse.org/EclipseLink/Examples/JPA/JSF_Tutorial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Phan is a static analyzer for PHP - https://github.com/etsy/phan | |
Exakat provides a real time PHP code analyser - https://www.exakat.io/ | |
Tuli a static analysis engine - https://github.com/ircmaxell/tuli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wls:weblogic-web-app | |
xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd"> | |
<wls:library-ref> | |
<wls:library-name>jax-rs</wls:library-name> | |
<wls:specification-version>2.0</wls:specification-version> | |
<wls:exact-match>false</wls:exact-match> | |
</wls:library-ref> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<profile> | |
<id>weblogic-1213</id> | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>com.oracle.weblogic</groupId> | |
<artifactId>weblogic-maven-plugin</artifactId> | |
<version>${weblogic.version.server}</version> | |
<!-- You can find and redefine the following variables in the parent | |
pom file arccording to your environment. oracleMiddlewareHome oracleServerUrl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Instalar gulp | |
$ npm install -g gulp | |
# Hacer link a nuestro proyecto | |
$ npm link gulp --save-dev | |
# Crear package.json | |
{ | |
"name": "name_you_want", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notice: Undefined index: refrom in /var/www/deploy/portal/releases/20141216145713/login/linkedin/connect.php on line 15 Notice: Undefined index: refrom in /var/www/deploy/portal/releases/20141216145713/login/linkedin/connect.php on line 17 Notice: Undefined index: refrom in /var/www/deploy/portal/releases/20141216145713/login/linkedin/connect.php on line 19 Notice: Undefined index: oauth in /var/www/deploy/portal/releases/20141216145713/login/linkedin/connect.php on line 59 Fatal error: Uncaught exception 'LinkedInException' with message 'LinkedIn->retrieveTokenAccess(): bad data passed, string type is required for $token, $secret and $verifier.' in /var/www/deploy/portal/releases/20141216145713/includes/linkedin.php:868 Stack trace: #0 /var/www/deploy/portal/releases/20141216145713/login/linkedin/connect.php(59): LinkedIn->retrieveTokenAccess('77--4b7816d6-c0...', NULL, '57379') #1 {main} thrown in /var/www/deploy/portal/releases/20141216145713/includes/linkedin.php on line 868 |
NewerOlder