• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Business potential in open source frameworks

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm interested are there any opportunities for making money in open source web frameworks like CakePHP and other simmilar software products. For example is there a demand for payed support.
 
Ranch Hand
Posts: 1164
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are many other ways of making money. Why are you bent on open source framework support? And what is CakePHP by the way? Is it something like apache struts?
 
Sheriff
Posts: 7384
1411
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Open source are not meant to earn money from them. People who contribute in open source do so with the prime interest they have in open source, and not as a way of making money. There are, however, people who earn some big bucks from third parties involved in their big projects. Unless you have a fairly big open source product, this is probably not something you can go for. If you need some extra income, you may probably try out some remote/freelance jobs if you are interested.
 
Ranch Hand
Posts: 343
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Devaka Cooray wrote:Open source are not meant to earn money from them. People who contribute in open source do so with the prime interest they have in open source, and not as a way of making money.



Not directly, but there are plenty of people who make a decent living working on open source software, even if the software itself isn't directly sold.

Cheers!

Luke
 
Peter Penzov
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Devaka Cooray wrote:Open source are not meant to earn money from them. People who contribute in open source do so with the prime interest they have in open source, and not as a way of making money. There are, however, people who earn some big bucks from third parties involved in their big projects. Unless you have a fairly big open source product, this is probably not something you can go for. If you need some extra income, you may probably try out some remote/freelance jobs if you are interested.



Thank you for your answer. Can you give some more information about successful business model based on open source product?
 
Peter Penzov
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mansukhdeep Thind wrote:There are many other ways of making money. Why are you bent on open source framework support? And what is CakePHP by the way? Is it something like apache struts?



I'm just making market research about business opportunities. Yes, CachePHP is a web framework similar to Apache struts.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For some projects, their authors make a living (or at least supplement their living) by providing documentation, source code examples, consulting etc. that center around their software. JFreeChart and JasperReports follow this model. In a different vein, iText switched to a license that generally requires businesses that use it to buy a license.

Devaka Cooray wrote:Open source are not meant to earn money from them. People who contribute in open source do so with the prime interest they have in open source, and not as a way of making money.


I wouldn't say that in this generality, neither the first nor the second part. It often works this way, but one can't make assumptions about person X working on project Y. And, of course, many do it to enhance their professional stature, because it looks good on their resume. In that way the project would very much be meant to make money :-)
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:For some projects, their authors make a living (or at least supplement their living) by providing documentation, source code examples, consulting etc. that center around their software...


To whit: I believe that Linus Torvalds is now a very rich man.

Winston
 
Ranch Hand
Posts: 37
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One option is to provide a platform as a service approach. Look at a company like CloudBees. They provide Jenkins in the Cloud. While I do not personally use the service, I could see how it would be beneficial.

Another option is to sell starter or reference products. One of the challenges architects face is the time necessary to come up to speed and implement a proof of concept for a software product or framework. Mobile seems to be a good area to look at.
 
reply
    Bookmark Topic Watch Topic
  • New Topic