Types of web services Big web services – SOAP based web services, xml only Restful supports xml and json Different types of web service generation axis2 uses wsdl2java to generate code cxf supports jax-ws and jax-rs ( restful web service), it...
– open file vertically vim -O file1 file2 – horizontally vim -o file1 file2 – open one file in vim, then split for the second file horizontally :new file2 or :sp file2 – vertifically :vsp file2 – horizontally ctrl + wv...
Oracle ucm part of oracle fusion middleware. Recently, Oracle renamed it as Oracle Webcenter content. Oracle SOA contains Oracle BPM and Oracle BPEL, these two products are basically the same things,...
Reading this book for a project. Learning from ground instead just googling around. Therefore, knowledge will be gained even after the project ending....
#####Save as in VIM, there are two ways – ( Assumed that I’m editing a.txt. ) **:w b.txt** will write a.txt’s content to the file b.txt while keeping a.txt as the opened buffer in vim. **:sav b.txt** will first write a.txt’s...
For Apache HTTP server, this can be done by turning on the URL rewriting engine and specifying some rewriting rules. Create .htaccess file and located it under project folder in webroot. RewriteEngine on \# if a directory or a file exists,...