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 PHP when developing the web presentation layer. I always use both languages together, usually exposing Java services to the PHP applications thru Soap or Xml-Rpc. But how ..
Archives : May-2016
Using SugarCRM as an authentication system Demo available : you can now directly test what’s explained in this article. A demo is available here. Introduction Here we are again with this series of articles about SugarCRM integration. This time we’ll explore the use of sugar as authentication system and user manager for custom PHP applications. ..
documentation about exposed SOAP functions. This time the SOAP methods we’re interested in are: login, to log in into sugar crm get_entry_list to query sugar crm and get lists of Contacts,Accounts etc. To access SOAP functionalities from PHP we’ll use the nusoap library, which does not require any special PHP extension. We’re now going to ..
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 expose its services to the frontend(a PHP base web application). Some time before I had come across XFire, and had been looking for a chance to work ..
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 because some people have asked for a simple kickstarting tutorial on how to use the library. I hope this will be useful and that will also help ..
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 based on Jcraft’s Jsch, an excellent 100% java library for ssh. As I recently received multiple requests about how to do ssh tunneling in java, I’ve decided ..
Important : We’ve just launched UserEncrypted.com , a free client side encryption service to securely store passwords or notes. The peculiarirty of the system is that your clear data never leaves your browser, and only encrypted data is sent to our server. I recently happened to work on a web application whose commissioner was a ..
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. Today we’ll face a java interface for AGI: asterisk-java. We’ll use this easy library to build a scripting engine. The used scripting language is BeanShell, but you ..
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 on integrating with PHP, but following some readers’ request, starting from this article we’ll talk about integrating SugarCRM with Java. Though Java has strong and long lasting ..
Introduction Here we are again to talk about SugarCRM integration. This time I’d like to explore some techniques to pass from a website session to a SOAP one. Can this be any useful? Judging from the number of questions I’ve received from friends who are messing around with SugarCRM, this is quite an interesting subject. ..
Recent Comments