Sunday, September 28, 2008
Wednesday, September 24, 2008
JAVA RELATED
SINGLE SIGN ON
Java Platform Overview Key packages of the Java platform
Unit Testing framework easymock
Unit Testing for JAVA--Testng framework
EAI
EAI on ITTOOLBOX
unix
eclipse
objectweb
libresource
eclipse plugins
sysdeo pulg in for eclipse tomcat
contenet management tools
Introduction to AJAX
ajaxpatterns
java stuff
ajax javaee 5
arctechsoftware
SAS
taleo
web works
TheRegistersite for softwares
GENERICS JAVA 6 new features
Java SE6
english pictures
chicago catalist
oracle news
oracle news
Introduction to bea portals
Web Logic portals
bea web logic
weblogic version 10
www.javacoffeebreak.com
text to pdf converted software
Web-based Oracle Reports
Jasper Report from Java
cold fusion
Design patterns
OOPS
RSA feed creation from sites
enterprise applications
sun java studio
SUN Training
EJB 3
Build Flexible Logs With log4j
designpatterns
java interview question
Java Platform Overview Key packages of the Java platform
Unit Testing framework easymock
Unit Testing for JAVA--Testng framework
EAI
EAI on ITTOOLBOX
unix
eclipse
objectweb
libresource
eclipse plugins
sysdeo pulg in for eclipse tomcat
ContentManagementTools
contenet management tools
AJAX
Introduction to AJAX
ajaxpatterns
java stuff
ajax javaee 5
arctechsoftware
SAS training meterial
SAS
taleo
web works
TheRegistersite for softwares
GENERICS JAVA 6 new features
Java SE6
Spoken English
freeenglishnow for spoken englishenglish pictures
chicago catalist
PHP training
PHPOracle DBA
oracle news
java Oracle performence
java Oracle performenceoracle news
bea weblogic portals version 10
Introduction to bea portals
Web Logic portals
bea web logic
weblogic version 10
www.javacoffeebreak.com
iText reports
iText reportstext to pdf converted software
Web-based Oracle Reports
Jasper Report from Java
cold fusion
Design patterns
OOPS
RSA feed creation from sites
enterprise applications
sun java studio
SUN Training
EJB 3
Build Flexible Logs With log4j
designpatterns
java interview question
Sunday, September 21, 2008
Spring example guide
It is good Example See this site spring examples
SaxParserProject examples
spring
struts spring
SaxParserProject examples
-------------------Spring frame work ----------------
spring referencespring
struts spring
Thursday, September 18, 2008
java interview Questions
- http://www.bestjavainterviewquestions.com/
- http://javaprepare.blogspot.com/
- http://www.blogtoplist.com/
- http://www.bestjavainterviewquestions.com/
- https://www.blogcatalog.com/
- http://javainterviewquestions.50webs.com/
- http://stores.lulu.com/
- http://www.rajwanshi.com/
- http://www.developersbook.com/
- http://faqs.javabeat.net/
java interview questions interview questions from javagalaxy JGuru Java faqs java boutique interview questions exforsys EJB INTERVIEW QUESTIONS geek interview questions java 2 s interview questions
ORACLE FAQS
Some info on outer joins
Query A: Oracle Outer Join Syntax
view plaincopy to clipboardprint?
SELECT d.dname, d.deptno, e.ename
FROM dept d, emp e
WHERE d.deptno = e.deptno(+) and
d.deptno in (10,40)
SELECT d.dname, d.deptno, e.ename
FROM dept d, emp e
WHERE d.deptno = e.deptno(+) and
d.deptno in (10,40)
Query B: ANSI Outer Join Syntax Version 1
view plaincopy to clipboardprint?
SELECT d.dname, d.deptno, e.ename
FROM dept d LEFT OUTER JOIN emp e
ON d.deptno = e.deptno
WHERE d.deptno in (10,40)
SELECT d.dname, d.deptno, e.ename
FROM dept d LEFT OUTER JOIN emp e
ON d.deptno = e.deptno
WHERE d.deptno in (10,40)
Query C: ANSI Outer Join Syntax Version 2
view plaincopy to clipboardprint?
SELECT d.dname, d.deptno, e.ename
FROM dept d LEFT OUTER JOIN emp e
ON d.deptno = e.deptno and
d.deptno in (10,40)
SELECT d.dname, d.deptno, e.ename
FROM dept d LEFT OUTER JOIN emp e
ON d.deptno = e.deptno and
d.deptno in (10,40)
Do note the slight difference between the two ANSI versions: Query B has the filter predicate in the WHERE clause, where Query C has the filter predicate in the ON clause.
Query Results
Query A
DNAME DEPTNO ENAME
-------------- ---------- ----------
ACCOUNTING 10 CLARK
ACCOUNTING 10 KING
ACCOUNTING 10 MILLER
OPERATIONS 40
4 rows selected.
Query B
DNAME DEPTNO ENAME
-------------- ---------- ----------
ACCOUNTING 10 CLARK
ACCOUNTING 10 KING
ACCOUNTING 10 MILLER
OPERATIONS 40
4 rows selected.
Query C
DNAME DEPTNO ENAME
-------------- ---------- ----------
ACCOUNTING 10 CLARK
ACCOUNTING 10 KING
ACCOUNTING 10 MILLER
RESEARCH 20
SALES 30
OPERATIONS 40
6 rows selected.
Tuesday, September 16, 2008
http://www.openqa.org/ For QA testing
It os good quality control tectonics here please check
A JAVA OPEN SOURCE softwares
http://java-source.net/
Friday, September 12, 2008
testing for java
JConsole java based load testing
DBUnit unit testing
httpunit for unit testing
Implemented Caching using Apache JCS.
http://jakarta.apache.org/jcs/
Used JaSypt to store encrypted data in the database.
http://www.jasypt.org/features.html
openn cmd promt
java -Dcom.sun.management.jmxremote Testfile
open another cmd and type jconsole
Subscribe to:
Posts (Atom)