Showing posts with label IBM. Show all posts
Showing posts with label IBM. Show all posts

Wednesday, July 4, 2012

Open Source's Promise


While many banks still ponder the benefits of using open source technology for their coding needs, nascent BankSimple has gone full steam ahead.

The start-up bank, which is testing its product with select customers, uses open source platforms for the development of nearly all of its Web and mobile applications as well as the backend systems that will power the bank when it finally throws the on switch for the 100,000 people who have signed up for its branchless services.

"Our relatively small [development] team has been able to build an enormous amount of functionality in a short time," says Alex Payne, co-founder and chief technology officer for BankSimple, of Portland, Ore.

You don't need to be a bank of the future to work with open source. Just about every large bank, whether directly or through vendors, uses open source applications and platforms today, experts say. The benefits are substantial: Banks can potentially save 80% on project costs, which they can complete more quickly, because no one vendor is developing the code.

But working in an open source environment isn't a panacea either. In fact, it brings a critical set of management issues to which banks need to pay attention. Banks have to carefully examine licenses for open source code, for example. And they must pay strict attention to upgrades, patches and security. Finding knowledgeable coders can also be an issue, and because open source is based on communities, banks have to learn how to share part or all of the code they are developing. "There is a critical mass and virtuous cycle for those contributing to an open source community, and you spread the cost of development over time to a broader audience than just your company," says Mark Driver, research analyst and vice president of open source and application development for Gartner.

Open source software is code that is available to the public to use and change, free of charge under an open license. Communities typically develop the software collaboratively. And the theory goes that because so many eyes are on the code, it is more stable and more secure, as opposed to proprietary code where only the project team gets to see it.

Companies using open source must change their way of thinking about code and coding. As opposed to the typical vendor relationship, where the customer can pay the vendor to work on fixes, work in open source communities is collaborative. When there's a problem, you have to rely on the community to provide an answer. Users of open source are also expected to contribute code, or something equivalently useful, back to the community. "There is a supplier-customer relationship that people know how to deal with in the commercial world, but in the open source world, no money exchanges hands, and when someone says, 'I need this feature,' I say, 'Why are you telling me?'" Ian Skerrett, vice president of marketing for the Eclipse Foundation, of Ottawa, says. Eclipse is an open source foundation started by IBM.

There are thousands of open source projects, and about 70 platforms licensed by the Open Source Initiative, a nonprofit group overseeing standards and licenses. However, banks only use about half a dozen of those. The most popular platforms include the Linux operating system, Apache's Hadoop MapReduce, useful for analyzing big data sets; Eclipse, which is useful for Java development; Drupal, for content management systems, and JBoss, an application server platform. Well-known consumer applications like the Android operating system for smart phones are also open source.



OPEN SOURCE IN BANKS

"Banks and financial institutions are looking at the competitive advantages [from open source] and they are not afraid of getting their fingernails dirty with the code because there is now a very sophisticated and mature development environment," says John Igoe, executive director of cloud solutions for Dell, of Round Rock, Texas. Dell created its own open source platform, called Crowbar, which it released in 2011. Crowbar is a provisioning framework for computer networks.

Bank of America, which has been using open source development since 2005, says the open source market is mature and can save programmers time and money, freeing them from reinventing the wheel on non-critical code. "Open source communities are pushing innovations [like the cloud] and they are no longer relevant solely for delivering alternatives to commodity products," wrote Tim Golden, senior vice president and midrange platform product manager for Bank of America, in an email.

Wells Fargo & Co. started using PERL as a general purpose scripting language about 15 years ago. Today, like a lot of banks, it is turning to Apache's Hadoop for big data analysis applications, and Eclipse for Java design issues that affect online banking, among other things. "We are heavy users of open source in certain application areas...we find some of the tools are best of breed and help us get the job done better, faster, and smarter," says Mark Tiggas, senior vice president and managing systems architect at Wells Fargo.

The biggest management issues around using open source have migrated over time, Tiggas says. Initially they were about accountability. As opposed to the traditional vendor relationship, it was hard for Wells Fargo IT staff to know where to go if something went wrong in an open source environment.

The current issues are more familiar to those using open source. Licensing, for example, has to be handled extremely carefully. Open source licenses can be distributed in one of two ways. The first is called a General Public License, or GPL, which links any code you develop to the open source and makes it available to the community, as opposed to more restrictive licenses that let you maintain more of your code by overlaying it on the open source platform.

About half of all open source code projects are GPL, says Jeffrey Hammond, a principal analyst for Forrester. That creates a competitive issue for banks who might not want their competitors to see their code. "You have to be very clear about what license the software you use is," Hammond says. And before using it, banks should consider running the licenses past internal counsel.

That resonates for Wells, which says it is very cautious about the open source technology it introduces, especially since younger developers can be more cavalier about licenses. "Some of the licenses are egregious, and we will not use that software because the licenses do not meet our requirements," Tiggas says.

Similarly, executives at Bank of America say it's critical to establish a risk policy specific to open source.

"The policy should outline the risks of using [open source], techniques for managing risk, and a method to determine whether or not the anticipated benefits of using [open source] outweigh the overall level of risk," wrote Don D'Angelo, senior vice president and open source product manager at Bank of America in an email.

Managing code updates and security fixes is also crucial, experts say. In the open source world you don't have a private company pushing updates to your machines and networks. "When you remove the vendor, you have to make sure you have the technical skills internally to do patch management and configuration, but not major surgery to the source code," Driver says.

Wells does this by cataloguing all open source platforms it uses and producing an RSS feed it sends to developers whenever updates are made to the code. It also depends on the coders who have been using open source the longest, and their connections to the open source communities, to stay on top of changes, Tiggas says.

Similarly, BankSimple says it stays on top of fixes and patches through community forums, mailing lists and social communication tools like Bithub.

There are also concrete supply and demand issues with open source. Banks often find it difficult to find enough skilled programmers knowledgeable in open source programming. And because they are scarce, they can cost more.

"It is hard to get talented people. When they are on the market, they are usually grabbed the second they put down their most recent job," says Scott Bales, chief mobile and technology officer of Movenbank, of New York.

Labor costs for open source projects, generally speaking, can be five to ten percent higher than non-open source projects, Hammond says.

So Movenbank has found a partial solution, which is to try to create more skilled programmers. It does this by pairing senior developers with junior developers, which will hopefully increase the size of the open source developer pool, Bales says.

Lack of qualified employees can discourage smaller banks in more remote places from pursuing open source projects.

First State Bank of Barboursville, W.Va., would like to use open source programming, but doesn't because of the small local talent pool. The bank also worries that if its programmers started using open source code, and then left, that would leave the bank in a bind.

"Open source code interfaces with something else, and every time the other software changes, you have to update it and the interface. You can't just develop it and let it sit, and you may not have labor availability for that," says Sam Vallandingham, the chief information officer and vice president of First State Bank. The bank has an IT staff of three people.



DECIDING WHAT TO GIVE BACK

Just as nettlesome can be deciding how to interact with the communities whose code a bank is using, and deciding what to give back. Movenbank, which plans to open its doors this summer, uses open source platforms like Ruby on Rails and Hadoop to create back-end systems. It also uses them to develop the social scoring system upon which the bank's relationship with customers will be built. That system, which it calls the CRED ecosystem, will rate customers by social standing, and potentially give them access to better pricing based on that rating.

"Banks are used to owning the IP and they protect that with a big wall and tanks and guns, but in the entrepreneurial startup world, sharing is a positive thing," Bales says.

Movenbank's developers interact regularly with open source communities, Bales says, including attending events, forums and workshops.

BankSimple's developers maintain proprietary code, but realize they must give back code and do so by contributing code libraries in ways that are not specific to its business. "We have a mix of code that is proprietary that we have no intention of sharing, and what we try to do is slice off pieces of code that are reusable, that could find use in some other system," Payne says.

Finally, depending on how deeply banks plan to involve themselves with open source, they need to ascertain that the open source project will be around years, or decades later. "In the typical purchasing process you know IBM will always be there," Skerrett says. Working with the reputable open source organization is the equivalent of having a brand seal of approval, and it increases the likelihood that the project is well-run and will be around, Skerrett says.

The more established organizations have processes in place to make sure that hosted projects are well-run and maintained and even archived when phased out, Skerrett says.

Meanwhile, BankSimple is so convinced that open source tools and development suit the purposes of the bank that they have little intention of using proprietary software.

"We have looked at proprietary business intelligence tools but have not ended up adopting any," Payne says. "We will build [business intelligence tools] ourselves and contribute a portion back to the open source community."

Thursday, May 17, 2012

Lotus Symphony realigns with Apache OpenOffice


Now that Apache OpenOffice 3.4 has been released, IBM has begun to take formal steps to re-integrate its Lotus Symphony fork of OpenOffice.org back into the OpenOffice mainline.

These steps officially mark the end of the five-year lifespan for Lotus Symphony.

Donald Harbinson, Program Director for Open Standards/Open Source at IBM, noted the official beginning of the transition on the [ooo-devel] mailing list on Tuesday.

"A few minutes ago, I submitted the IBM Software Grant Agreement and Corporate Contributor License Agreement for IBM Lotus Symphony contribution. This action means infra can begin to prepare to receive the 'Contribution' into svn when they're ready," Harbinson wrote.

The move was hardly unexpected, since IBM announced last January that the last release of Symphony, 3.0.1, would be the final one for IBM's version of the OpenOffice.org suite.

"Our energy from here is going into the Apache OpenOffice project, and we expect to distribute an 'IBM edition' of Apache OpenOffice in the future," IBM's Ed Brill wrote at the time.

Now that OpenOffice is an Incubator project within the Apache Software Foundation, and the OpenOffice office suite is licensed under the Apache Software License (ASL) v2, this means IBM and any other Apache OpenOffice project member could innovate the OpenOffice source code for their own purposes and not be obligated to give back to the mainline OpenOffice code, since the ASL is a non-copyleft license. IBM and other OpenOffice contributors can also be able to re-license OpenOffice code under any license they want, including a proprietary license, should they wish. It also keeps a major Open Document Format (ODF) project ensconced within IBM-friendly governance.

But IBM is not going to go this route, at least for now: this week's announcement shows that Big Blue is realigning its development team with that of the OpenOffice community.

What will IBM gain from ending the Symphony fork once and for all? It could be argued that the OpenOffice brand is bigger than even its own Lotus Symphony brand, and as such this new alignment affords them better market notoriety. An alignment with the OpenOffice community itself will also enable Big Blue to tap into the resources of the community--something that can't be ignored.

This alignment could also be a bit of market positioning against LibreOffice, the community-fork of OpenOffice that is rather fiercely competing with its parent project. Led by the Document Foundation, LibreOffice seems to have captured the hearts and minds of many developers and users within the free and open source software community, and IBM may have (wisely) decided that "muddying the waters" with a second commercially based fork of OpenOffice was potentially asking for trouble.

There is little question that Apache OpenOffice will benefit… there is already a Contribution wiki page posted that lists the 30+ additional features within Symphony that go above and beyond the feature set of Apache OpenOffice 3.4. These changes, once merged back into OpenOffice, will give the next big release of OpenOffice (probably v. 4.0) a nice boost.

There is still the question of which office suite--OpenOffice or LibreOffice--will dominate in this space. Given that 87 percent of OpenOffice 3.4 downloads were for Windows and only two percent of OpenOffice 3.4 were Linux versions.

Linux users are typically more enthused about LibreOffice, because of its beginnings and feature set. But Windows users may be unaware of this and are simply downloading OpenOffice from name recognition.

If LibreOffice is only popular within the Linux community, that may not bode well for its overall market share. IBM's involvement with OpenOffice could also be leveraged as a salve for enterprise users seeking comfort from their open-source heebie jeebies.

This is mere speculation at this point, of course. But with one less OpenOffice flavor running around, the battle for the open office suite just got much more sharply defined.

Monday, April 16, 2012

IBM & Red Hat Will Reportedly Join OpenStack


IBM and Red Hat are supposed to step out of the background and officially join the OpenStack movement.
According to GigaOm, they could sign up this week or next week at the OpenStack Spring Conference.
IBM was on a list of contributors to the open source cloud project in February. Red Hat reportedly did a lot of the packaging for the new Essex release of OpenStack that should make it easier to bundle in Linux distributions like Fedora and Ubuntu.