Other News

Community

Base64 encoding in Oracle BPEL 11g

(Edwin Biemond) Sometimes in SOA Suite 11g you need to pass binary data to a web service reference. In SOA Suite 11g there is no standard XSLT or XPATH function which you can use. But in BEPL you can use embedded java, like Sudheer already blogged about. He used the com.collaxa.common.util.Base64Enc

Community

ASP.NET Using Databases

(Martin Dixon) ASP.NET websites would be useless without a data source. For this, most ASP.NET web applications use SQL Server. In this tutorial we will look into how to connect to a SQL Server database and how to use and save data on our web application.

Community

Using Razor with Visual Basic

(Joe Kunk) In my local developer community, the popularity of the Microsoft Model-View-Controller Web development platform is clearly increasing, particularly since version 3 — featuring the Razor view engine — was released last January, and the ASP.NET MVC Tools Update was released in April.

Community

Using XPath with PHP

(Tracy Bost) If your PHP applications perform beyond CRUD operations, chances are you have worked with XML. Navigating an XML document or data stream for the desired data elements can be cumbersome, though, and even somewhat intimidating for PHP developers. It can be especially overwhelming when the