What is Sonar? Sonar is an open source software quality platform. Sonar use as static code analysis tool, which then can be used to improve software quality. How can we used Sonar for Improve our code quality? Download Sonar Server from here http://www.sonarsource.org/downloads/ Unzip the ‘sonar-3.0.zip’ Now start the sonar server in ‘\sonar-3.0\bin\windows-x86-64\StartSonar.bat’ (pick the correct sonar server depending on ...
Mustache is a simple web template system with language bindings. Mustache is a "logic-less" system. (lacks of control flow statements) It is named "Mustache" because of heavy use of curly braces that resemble mustache. When we are developing modern HTML applications we often write a lot of HTML fragments programmatically. In there we are concatenate HTML tags and dynamic data. ...
What is NLTK? Natural Language Toolkit (NLTK) is a leading platform for building Python programs to work with human language data (Natural Language Processing). It is accompanied by a book that explains the underlying concepts behind the language processing tasks supported by the toolkit. NLTK is intended to support research and teaching in NLP or closely related areas, including empirical ...
Post will give basic structure and data flow in Jasmine, In I am looking jasmine 1.3.0 in here First I will remove the report part (HTML) from jasmine to see the flow much clear. Just comment those lines firstly in 'SpecRunner.html' var htmlReporter = new jasmine.HtmlReporter(); jasmineEnv.addReporter(htmlReporter); jasmineEnv.specFilter = function(spec) { return htmlReporter.specFilter(spec); }; Here is sample gist (Sources)of the ...
Download wso2 CEP version that you need to try out. http://wso2.com/more-downloads/complex-event-processor/Here I will be using wso2cep-3.1.0 CEP sample one 0001 This sample demonstrates how to filter incoming event attributes and add them to another stream using simple pass-through with WSO2Event adaptor. There is no Siddhi query. It is simple pass through. 1. Start CEP with sample by command of ‘wso2cep-samples.bat ...
I am currently working on a machine tat has Ubuntu 11 and windows 7. I need to get some file from Ubuntu with going to it (restarting) Here is DiskInternals Linux Reader that I used for it. Linux Reader is 100% free application. This program make bridge between Windows and Ext2/Ext3/Ext4, HFS and ReiserFS file systems. Program provides for read-only ...
WSO2 User Engagement Server (UES), unlocks enterprise data for business intelligence, monitoring and other enterprise requirements. "It give your data a whole new meaning" and WSO2 User Engagement Server is the ultimate open-source solution for dynamic web content creation as well. WSO2 UES helps to rapidly create visually appealing and engaging web components such as dashboards, microsites and gadgets. ...
Predictive modeling is the process by which a model is created or chosen to try to best predict the probability of an outcome. Most often it wants to predict is in the future or unknown event. The model is chosen on the basis of detection theory. Models can use one or more classifiers. Models There are three predictive models Parametric ...
The Common Language Runtime (CLR - virtual machine for .NET) and the Java Virtual Machine (JVM) share similar architectures, but there are lots of differences. Both the CLR and the JVM manage an internal heap of memory that is used for allocations. Both VMs's heap are allocate memory from the operating system. The JVM places a fixed upper limit on ...
Lightweight Model, View, and Controller from scratch using JQuery. A simple data flow diagram for this View <=> Controller <=> Model <=> Local Storage<=>AJAX<=> WS<=> Server The View will only communicate with the Controller, where all of our application logic resides. The Controller will tell the Model when and what data to load. The Model will keep data and manage ...
Run mvn clean install. (mvn eclipse:eclipse if needed for project) You will get "BUILD SUCCESS" Then import projects to eclipse by right click on package explore. If project is clean it will work with out error but some time you will see red mark in front of your project. Here you will see some error on this project (Red mark ...
Vjet is javascritpte IDE. Here is post read more on Vjet. What is Type Lib? A VJET type library (type lib for short) can be written using JavaScript and using the VJET VJO type construction kit and VJETDoc a documentation syntax for type declarations. For this example we will write a VJET type library which models an imaginary 'carJavascript' library. ...
1. Here is a SSO sample[1] that will be deployed in AS 5.2.1 and WSO2 IS will be used as IDP for SSO. 2. Get svn check out[1] and go to \src\main\resources\travelocity.properties uncomment below line SAML.AttributeConsumingServiceIndex=1701087467or update number with ConsumerIndex after registry the issuer in IS 3. Avoid exposing slf4j from WSO2 AS using <AS_HOME>/repository/conf/tomcat/webapp-classloading-environments.xml file. There you can modify ...
I had missed one of the post that I was planning to post some weeks ago, It is about HL7 simple use case with WSO2 ESB. This post will explain a simple HL7 message passing through a WSO2 ESB proxy. In Here I am using - WSO2 ESB 4.6.0 - hl7browser[1] to send HL7 messages. 1. Firstly you have to ...
Can we write Web Applications from JavaScript? Yap You can write full web application from JavaScript. Can write Restful web servers from JavaScript? Yap. you can now with jiggery What is jaggery? Too me I would say it is 'The delicious Javascript framework', Where I can write server side Scripting. "Jaggery is a framework to write webapps and HTTP-focused web ...
This post will be explaining how to create proxy service from WSO2 ESB with end point to AXIS2 Services. prerequest: How to start/install AXIS2 in my PC? Here is post about how install AXIS2 and run it. http://madhukaudantha.blogspot.com/2012/03/install-axis2-in-windows-7.html Writting HelloWorld service for AXIS2? Here is post (Hello World with Apache Axis2) with setp by setp to write AXIS2 servives http://madhukaudantha.blogspot.com/2010/10/hello-world-with-apache-axis2.html ...
Thunderbolt is a revolutionary I/O technology that supports high-resolution displays and high-performance data devices through a single, compact port. Thunderbolt began at Intel Labs with a simple concept.It gives you access to a world of high-resolution displays and high-speed peripherals with one compact port. That’s because Thunderbolt is based on two fundamental technologies: PCI Express and DisplayPort. Thunderbolt also provides ...
I was building WSO2 carbon trunk (maven 3) and carbon branch (maven 2) so here i will post how do this shifting in UbuntuDownload Maven 2.2 from here http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.tar.gz$ tar -xzvf apache-maven-2.2.1-bin.tar.gz …. this command will unpacks Maven$ sudo mkdir /usr/local/apache-maven/maven2 … creates a maven sub-folder in the usr/local/ folder$ sudo cp -R apache-maven-2.2.1 /usr/local/apache-maven/maven2 …. copies extraced Maven files ...
WSO2Con is back in to Asia and it will be held March 24-26, 2014 at Waters Edge in Battaramulla, Sri Lanka. It is the fifth WSO2Con user conference and previous conferences have taken places in WSO2Con Asia 2010/11 - Colombo WSO2Con Europe 2013 - London WSO2Con USA 2013 - San Francisco Since WSO2Con was hosted out of Sri Lanka for ...
1. Download squid proxy server serverhttp://squid.acmeconsulting.it/download/squid-2.7.STABLE8-bin-DELAYP.zip 2. Unzip it to c:\ 3. Go to 'C:\squid\etc' and rename these files cachemgr.conf.default -> cachemgr.conf mime.conf.default -> mime.conf squid.conf.default -> squid.conf 4. Open 'squid.conf' and search for ‘acl localnet src’. 5. Find #acl localnet src 10.0.0.0/8 # RFC1918 possible internal network #acl localnet src 172.16.0.0/12 # RFC1918 possi