Month: November 2014

split windows in vim

– 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...

web services

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...