Apr 27, 2010
BPEL Useful links
Sample code
Much more info
http://apps2fusion.com/at/gt/tc/252-what-is-oracle-bpel-for-developer-perspective
http://www.codeguru.com/cpp/sample_chapter/article.php/c10789/Oracle-BPEL-Process-Manager.htm
Nov 30, 2009
Webservices Useful links
http://en.wikipedia.org/wiki/Web_service - Basic Information
http://java.sun.com/javaee/technologies/webservices/ - Java Webservice Specification
http://www.roseindia.net/webservices/ - Webservices tutorial
Nov 7, 2009
Thomson Prometric Testing Centres, Hyderabad
| PROMETRIC TESTING (P) LTD | AVENUE 1 STREET 20, ABOVE SBI |
| Telesis Technologies P Ltd. | 1-1-162, |
| NIIT Ltd. | 2nd Floor |
| CMS Info Systems Private Limited | CMS COMPUTERS LTD |
| NIIT Ltd.-Ameerpet | 4th Floor |
| KARROX TECHNOLOGIES LTD | 6-3-788/A/10 |
| HCL Infosystems Limited | 503-504,5th Floor |
Oct 7, 2009
Steps to Increase ulimit
for more info about ulimit:- http://uw713doc.sco.com/en/man/html.1/ulimit.1.html
Add below line to /etc/profile ulimit -n 10000 Add below lines to /etc/security/limits.conf GUID hard nofile 10000 GUID hard nofile 10000 & Restart the system.
Sep 26, 2009
Dependency Injection (DI)
The primary goal of dependency injection (DI) is to make component interdependencies as loosely coupled as possible. In real terms, this means that one component should call another component or resource only through an interface and that components and resources should be glued together using configuration instead of code. As a result, component implementations can easily be swapped out as necessary simply by reconfiguring the application.

Sep 18, 2009
Weblogic Logging
Aug 16, 2009
Weblogic server path
System.out.println(user_dir);
Output:-
C:\Documents and Settings\userid\Application Data\JDeveloper\system11.1.1.1.32.52.37\DefaultDomain