Category

JAVA

8 articles in this category

How to Install Java in ubuntu 14.04

July 11, 2016 1 min read

Open Applicaction -> Accessories -> Terminal Type commandline as below… sudo apt-get install openjdk-7-jdk Type commandline as below… apt-cache search jdk (Note: openjdk-7-jdk is symbolically used here. You…

Build your TextToSpeech service with FreeTTS

May 6, 2016 5 min read

A simple http enabled text to speech server   Introduction One of the technologies I’m more fond of is domotics. I don’t have the budget for a java…

Run your PHP applications under Resin

May 6, 2016 5 min read

I love the power of Java and of backend products like OpenJMS, Hibernate, Spring, JMX and so on. And I love the simple, immediate and effective approach of…

Exposing OpenJMS to PHP

May 6, 2016 8 min read

Introduction I recently got involved in a project where reliable communication between etherogenous platforms was required. Having already worked with JMS, I had to find a way to…

Get started with J2me ChartComponent

May 6, 2016 4 min read

Introduction J2me Chart Component is a free MIDP2.0 library, aimed at helping J2ME developers to easily add charts to their personal or commercial midlets. I’m writing this article…

Java ssh tunneling with jsch

May 6, 2016 4 min read

Overview Some people are using my Tunnel4J, an easy graphical utility that allows connecting to remote ssh servers and mapping local and remote ports for tunneling. Tunnel4J is…

A simple AGI scripting engine with Asterisk-Java

May 6, 2016 6 min read

ntroduction Asterisk, the well known free PBX, exposes great integration potentialities. Specifically , we’re interested in AGI (Asterisk Gateway Interface), a sort of API for scripting the engine.…

SugarCRM integration with custom Java applications

May 6, 2016 5 min read

SugarCRM integration and Apache Axis The most read articles here on beanizer.org are with no doubt those related to SugarCRM integration. Up to now our articles have focused…