Please refer to KP Soft's website at https://kpsoft.digital/ for more information.
Saturday, March 31, 2012
Friday, March 30, 2012
Oracle SOA Suite 11.1.1.6 Samples, Tutorials
I came across some issues while importing samples from oracle jdev soa tutorials site at oracle/sun site. I was doing this for debugging few issues that i came across while i was working on a project over a period of time. Anyways, I uploaded some of the samples that were re-factored (mostly xml namespaces as this is where i had some issues) here. Please use them as needed.
All new comers to Oracle SOA should go through simple concepts (assignments, arrays, xquery, bpel, mediation, spring beans etc) thoroughly before you embark on large scale projects. This exercise will help strengthen your XML skills if they are rough. Brief description of projects that are included in the file are:
ArrayActivities
AssignActivities
HelloWorld BPEL
CallingWebService
OrderProcessor - Demonstrated Correlation - I will blog more about this some time later
SpringHelloWorld - Spring framework
Most names are self explanatory, again, new comers must get familiarized with weblogic enterprise manager for testing these services. Oracle site i referred above has very good documentation for introducing features.
All new comers to Oracle SOA should go through simple concepts (assignments, arrays, xquery, bpel, mediation, spring beans etc) thoroughly before you embark on large scale projects. This exercise will help strengthen your XML skills if they are rough. Brief description of projects that are included in the file are:
ArrayActivities
AssignActivities
HelloWorld BPEL
CallingWebService
OrderProcessor - Demonstrated Correlation - I will blog more about this some time later
SpringHelloWorld - Spring framework
Most names are self explanatory, again, new comers must get familiarized with weblogic enterprise manager for testing these services. Oracle site i referred above has very good documentation for introducing features.
Tuesday, March 13, 2012
Oracle Virtualbox Add new hard disk procedure
All oracle developers these days must get familiar with oracle virtual box concepts.. there is base images available from oracle for download for you to play around with. After downloading these images, you can add software to it and save it as a copy for you to transfer to different machines... how cool is that!!!
However if you are a novice, you need to get familiar with how to add disk space, to the base VMs. Most oracle base VM images come with just enough space, so for adding a new software (either middleware or database management tools for example) these instructions come handy.
However if you are a novice, you need to get familiar with how to add disk space, to the base VMs. Most oracle base VM images come with just enough space, so for adding a new software (either middleware or database management tools for example) these instructions come handy.
Click Settings -> Select Storage
Select IDE Controller -> Click Add Hard Disk
Click Create New Disk
Select VDI (Virtual box image format) or vmdk format and
continue through wizard and select or enter amount of space required.
Start VMDK
Login as root
You’ll see a message such as /dev/hdc doesn’t contain a
valid partition table
Mkdir /stagingDisk1
If this doesn’t work run mount /dev/hdc /stagingDisk1
Saturday, March 3, 2012
Android Emulator Usability Topics
Below is a list of usability topics on the android emulator:
1. Keyboard popup is more annoying on the emulator than it is on the actual device. In order to turn if off, do the following:
go to settings -> language and keyboard -> Uncheck android keyboard and other international language items
2. In order to add custom apk files on the emulator or the actual device, do the following:
go to settings -> applications -> Check unknown sources
3. In order to uninstall applications cleanly do the following:
go to settings -> applications -> manage applications -> select your application -> click uninstall (or clear data, clear cache etc) if this is what you want to do.
1. Keyboard popup is more annoying on the emulator than it is on the actual device. In order to turn if off, do the following:
go to settings -> language and keyboard -> Uncheck android keyboard and other international language items
2. In order to add custom apk files on the emulator or the actual device, do the following:
go to settings -> applications -> Check unknown sources
3. In order to uninstall applications cleanly do the following:
go to settings -> applications -> manage applications -> select your application -> click uninstall (or clear data, clear cache etc) if this is what you want to do.
Subscribe to:
Posts (Atom)