Same days go I have wrote a post, how to call web services from jaggery (JavaScript mode). But there we call for web services where there is no payload. It is just one parameter to added but lot of people have asked regard this subject matter. Therefore I write this post. I will be using https://localhost:9443/admin/services/AuthenticationAdmin?wsdl and login action For ...
Here is steps to follow for achieve the task [1] Download cassandra from http://cassandra.apache.org/ [2] Unzip "apache-cassandra-1.2.0-bin.tar.gz" in "C:/" drive [3] Cassandra configuration files can be found in <CARBON_HOME>/repository/conf/etc [4] Edit \<apache-cassandra-dir>\confcassandra.yaml Ensure that the paths exist for data_file_directories commitlog_directory saved_caches_directory Verify storage_port and rpc_port do not conflict on your PC. (By default, Cas
This Post explains Topics in Active MQ (Message Broker) with Subscribing and Publishing.For this we will write two java clients.As we did for wso2 Message Broker TopicSubscriber.java to Subcribe for messagesTopicPublisher.java to to Publish the messagesLet's Start. [1] Get Active MQ from http://activemq.apache.org/download.html[1.1] Start Active MQ from \bin\activemq.batYou can see the started server form http://localhost:8161/admin/[2] Create Porject "Client" on IDE ...
I just came across nice command in wso2 carbon. That nice Command is valid for wso2 carbon or wso2 products. Form this command we can list down all web servics calls that wso2 product or instance have. We can give this command in osgi console in WSO2 carbon. Let is try that now. [1] Start wso2 product or carbon In ...
This Post explains a tutorial for WSO2 Message Broker under Topics with Subscribing and Publishing.For this we will write to java clients.TopicSubscriber.java to Subcribe for messagesTopicPublisher.java to to Publish the messagesLet is work start[1] Get WSO2 MB from http://wso2.com/products/message-broker/[2] Create Porject "Client"[3] Add below to lib Dir in the projectandes-client-0.13.wso2v4.jargeronimo-jms_1.1_spec-1.1.0.wso2v1.jarlog4j-1.2.17.jarorg.wso2.carbon.event.client-4.0.0.jarorg.wso2.carbon.eve
Introduction for Registry Keys The Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low-level operating system components as well as the applications running on the platform. The kernel, device drivers, services, SAM, user interface and third party applications all make use of the registry. The registry also ...
If you need simple WSO2 CEP simple sample Try out this. This post explain how use WSO2 CEP and ActiveMQ JMS Broker to publish and subscribe events. Prerequisite install ActiveMQ JMS Broker. Before Start CEP 1. Copy activemq-all-xxx.jar from the <ActiveMQ_HOME> directory to <CEP_HOME>/samples/lib directory. 2.Copy activemq-core-xxx.jar geronimo-j2ee-management_1.1_spec-1.0.1.jar from <ActiveMQ_HOME>/lib to <CEP_HOME>/repository/components/lib directory. 3.Go to <CEP_HOME>
WSO2 Complex Event Processor (CEP) is Solution if you looking for extremely high performing and massively scalable systems. If need more data or information to read go to references[1] Here I am going to try WSO2 CEP out faster and see what it can do. Dowload wso2 CEP from here http://wso2.com/products/complex-event-processor/ First Try a simple sample that is shipped with ...
Here I am using WSO2-IS-4.0.0 and Apache Directory Studio to browse it. (my last post explain Apache Directory Studio features) [1] Start wso2 IS from wso2is-4.0.0\bin>wso2server.bat [2] Open Apache Directory Studio [3] Go to the connection click on add connections [4] give name, port (10389) and host as below [5] Then for the next post you will get a fill ...
This post will explain Apache Directory Studio features for LDAP. http://directory.apache.org/studio/ (Download it from here) Apache Directory Studio is Eclipse based LDAP browser and directory client. My last post briefs about the LDAP. Here we will create a LDAP structure for Company called 'myCompany' that has 3 department with list of users. Here is LDAP structure of 'myCompany' MyCompany | ...
The Lightweight Directory Access Protocol (LDAP) is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. In the early engineering stages of LDAP, it was known as Lightweight Directory Browsing Protocol, or LDBP. Protocol By TCP connecting to an LDAP server client starts an LDAP session , called a Directory System Agent ...
Here I am going to call web services in http://localhost:9765/services/BAMToolboxDepolyerService?wsdl from jaggery (javascripte code). This sample testing web servies runnning in WSO2 BAM. Thinks that i have know about the services before I am calling that from jaggery. My end point URL http://localhost:9765/services/BAMToolboxDepolyerService Action name to invoke "getBasicToolBoxes" And it is pay load. (This sample there is no pay load) ...
Today java script is getting more popular these days. So lot of people are preferred to develop web app from lot JavaScript. Think it more light weight than other languages. But I also come across writing/developing app from js is not much easy for a person who come across from Java/C#. Even I also come from JAVA and c#. When ...
virtual file system (VFS) is an abstraction layer on top of a more concrete file system. VFS is to allow client applications to access different types of concrete file systems in a uniform way. Virtual File System refers to a file or a group of files[1,2]. In day to day transfer lot of thing one place to another. Even in ...
I will be using Apache2.2.11 create virtual hosts. on my previous post i have explain how to create Apache mod_proxy for windows. It also be help ful in here. [1] Create a subfolder inside C:\vhosts for each virtual host that you want to add to your Apache server. [2] go to the C:\WINDOWS\system32\drivers\etc\ and open 'hosts' in Notepad or a ...
Post will explain how to add http header for API call. adding HTTP header for remote REST APIs adding SOAP headers for API calls In wso2 API manger 1.1.0, API publisher you can’t find test area or test filed for adding http header for api call request. But If you need to publish remote api that needs http header data ...
1. Download from http://www.paehl.com/open_source/?CURL_7.28.0 (Get the version you need to have. I will need x64 version) 2. Unzip the "curl_X64 (2).7z" 3. There you will find the 'curl.exe' past it in "C:\Windows\System32" (in the path) 4. Open new cmd and enter "curl http://www.google.lk" Enjoy the Curl From windows.
So far we hard code gadget url. Make it more nice and target for use case. Where Web user can add gadget url that he/she like to have in contain. Here I am using common container (OSAPI). Here UI planing we will implment on finally. Here is method that creating gadget templet (Here I am using simple java script ...
The common container is a lightweight gadget-and-container framework. It provides functionalities at the top-most-level and all abstraction of work needed to make gadget navigation (insertion/deletion). container are affecting the gadget render. Additionally, the framework allows container pages to be silently-updated by a new version of Shindig, For container clients simplify container gadget integration model. provide near-zero barrier to entry ...