Java Authentication and Authorization Service (JAAS)
Java Authentication and Authorization Service (JAAS)Reference Guidehttp://download.oracle.com/javase/6/docs/technotes/guides/security/jaas/JAASRefGuide.html#IntroductionLoginModule Developer's...
View ArticleFunctional x Imperative ?
http://rosettacode.org/wiki/Roman_numerals/Decode#Java[dave@dave lisp]$ clisp i. i i i I i i i i ooooo o ooooooo ooooo oooooI I I I I I I I I 8 8 8 8 8 o 8 8I I \ `+' / I I 8 8 8 8 8 8I \ `-+-' / I 8 8...
View ArticleWeblogic auto login with boot properties file
Weblogic requires JVM property -Dweblogic.system.BootIdentityFile to locate boot.properties file How a Server Uses a Boot Identity File at...
View ArticleTree traversal
http://en.wikipedia.org/wiki/Tree_traversalhttp://en.wikipedia.org/wiki/Breadth-first_searchhttp://en.wikipedia.org/wiki/Depth-first_searchTree traversal in various...
View ArticleStart ANTLR project with Maven
http://www.antlr.org/wiki/display/ANTLR3/Building+ANTLR+Projects+with+Mavenhttp://www.eclipse.org/m2e/Download m2e http://www.eclipse.org/m2e/download/dave@dave antlr-maven]$ mvn archetype:generate -B...
View ArticleSchedule jobs with WorkManager
Leveraging EJB Timers for J2EE Concurrencyhttp://www.devx.com/Java/Article/33694/1954The Work Manager API: Parallel Processing Within a J2EE Containerhttp://www.devx.com/Java/Article/28815/0Using Work...
View ArticleMonitoring with jconsole
Managing WebLogic servers with JConsole https://blogs.oracle.com/WebLogicServer/entry/managing_weblogic_servers_withJava Management Extensions...
View ArticleProfile with jvisualvm
http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/http://docs.oracle.com/javase/6/docs/technotes/tools/share/jvisualvm.htmlHere is how to configure Eclipse IDE launcher...
View ArticleWeblogic login module test - Firefox plugin to modify HTTP request header...
Modify Headers Firefox pluginhttps://addons.mozilla.org/en-US/firefox/addon/modify-headers/Modify HTTP headerCapture HTTP headersWeblogic Identity Assertion...
View ArticleMock Weblogic Login module - Identity Asserter and Authenticator
This module is strictly for testing as it does not validate user. Based on this log http://weblogic-wonders.com/weblogic/2010/03/15/custom-identity-asserter-for-weblogic-server/Oracle® Fusion...
View ArticleWebLogic X509 Certificate Authentication
Securing Web Applications http://docs.oracle.com/cd/E14571_01/web.1111/e13711/thin_client.htm#i1044688How to Set Up X509 Certificate Authentication for Oracle WebLogic Server...
View ArticleConfigure slf4j with log4j on Weblogic
It is neccessary to use filtering classloader to avoid discovery of Weblogic own version of slf4j jars. With prefer-application-packages option application classloader loads org.slf4j packages from...
View ArticleDebug Identity Assertion on Weblogic
Debug Identity Assertion on Weblogic Identity Assertion Providershttp://docs.oracle.com/cd/E21764_01/web.1111/e13718/ia.htm#autoId7 Enable DebugSecurityAtn andRedirect stdout logging enabled inWeblogic...
View ArticleMixed Java and Scala development in Eclipse
http://scala-ide.org/ http://www.codecommit.com/blog/java/interop-between-java-and-scala.classpath file <?xml version="1.0" encoding="UTF-8"?><classpath><classpathentry kind="src"...
View ArticleList classes from faces-config.xml which do not exist using sed
List classes from faces-config.xml which do not exist using sed Sed tutorial http://www.grymoire.com/Unix/Sed.html#uh-4 [dave@dave tmp]$ more faces-config.xml...
View ArticleDeploy JSF 1.1 application on Weblogic 12.1.1
Deploy JSF 1.1 application on Weblogic 12.1.1http://docs.oracle.com/cd/E24329_01/web.1211/e21049/configurejsfandjtsl.htm Classloading: Making Hibernate work on WebLogicIf your application includes JSF...
View ArticlePrecompile JSF 1.1 pages on Weblogic 12c
Even after adding only JSF 1.1 jars on compile classpath of wlappc the generated java classes are not running correctly on Weblogic 12c. There seems to be problem with classpath of wlappc which is not...
View ArticleWeblogic 12c - Java EE 6 decriptors
Java EE 6 descriptors Web Project 3.0 web.xml <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"...
View ArticleLoad application configuration using CDI on Weblogic 12c
Testing this solution on Weblogic 12chttp://weblogs.java.net/blog/jjviana/archive/2010/05/18/applicaction-configuration-java-ee-6-using-cdi-simple-exampleDeployed EJB module requires beans.xml file on...
View Article