Where can I download WSO2 App Factory - wso2

WSO2 folks,
I would like to take a look and try out WSO2 App Factory, but I didn't find the download link on wso2.com or wso2.org. I also tried the "WSO2 App Factory in Action Try Online" link, but it gave me 404 page. Is App Factory a product that is supposed to be downloadable by customers, or it's just a service provide on the cloud? Thanks!

WSO2 App Factory is not released yet and you will be able to download once it is ready.
It's supposed to be downloaded by users and set up in their own environment.
You can find more information from following links:
http://wso2.com/cloud/app-factory/
http://blog.cobia.net/cobiacomm/2012/04/16/what-is-wso2-appfactory/
http://blog.samisa.org/2013/06/agile-development-with-cloud-computing.html
"Try Online" link should work. I'm not sure why it gave you a 404 page.
Please access the preview from following link.
https://appfactorypreview.wso2.com
I hope this helps.
Thanks!

App Factory has actually been released both as an online service and for download.
Online platform as a service: http://wso2.com/cloud/app-cloud/
Download for your own deployments: http://wso2.com/cloud/app-factory/

Related

I am binding a service to an app in Cloud Foundry. What's the URL to call service APIs?

Followed the Pivotal CloudFoundry tutorial (https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry) and pushed an app, cf-spring-unspent-autoradiography.run. Then bound a service to the app and pushed it, using CF Push. Now, I'd like to communicate with the bound service (API) via a third party app. Doable? If so, what's the destination URL / header?
You would need to parse VCAP_SERVICES environment variable for service- specific credentials/urls
https://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html
Yes. You can see the service dashboard which you bound with an app. Click on your service instance in services tab. You can find Manage link - once you clicked it will redirect to your service dashboard.
Following links are Docs and Support in service instance page. Docs link will give detailed information about service and support link will help you to solve any issues.

WSO2 API Manager Getting Start

This is regarding wso2 APM
Is there a getting started guide for those who wanted to start contributing to WSO2 API Manager.
Any feature request page where I can see community voted new features on which contribution is required ?
​
Thanks.
To get an understanding about the jaggery application structure in the API manager (The UI parts) you can read following tutorials
http://wso2.com/library/tutorials/2012/09/customizing-api-store-publisher-part1/
http://wso2.com/library/tutorials/2013/08/customizing-api-storepublisher-jaggery-applicationspart2/
this is the structure followed in api manager store, publisher and admin-dashboard jaggery application.
You can read http://wso2.com/library/tutorials/writing-custom-hostobject/ to see how the jaggery application is connected with the java code.
These will give you a basic understanding about the code base of the api manager.
Is there a getting started guide for those who wanted to start
contributing to WSO2 API Manager.
WSO2 API Manager is 100% open source API Management solution. You can find the component source code in github, component repo and product repo
Any feature request page where I can see community voted new features
on which contribution is required ? ​
You can find those information in the following mailing list
dev#wso2.org is a mailing list to discuss about all WSO2 products.

How to unpublish on the Google Apps Marketplace?

Seems like a simple question, right?
We've got a legacy app that's been on the Google Apps Marketplace for 3 years now. We're about to sunset the app, so we want to unpublish it from the Apps Marketplace. Problem is that on our vender profile, the 'Unpublish' option is inactive/grayed out.
Combed through the support docs, and emailed Google Apps developer support - but haven't found any info or received a response re: why this would be happening.
Does anyone have any insight into why we might be stuck with all our apps published, and unable to unpublish them (or create any new apps, for that matter)? Any idea how to get this app unpublished from the Apps Marketplace?
Screenshot:
https://www.dropbox.com/s/lsok74bs9yydo3z/Screenshot%202014-03-14%2014.51.08.png
Google reformed the Google Apps Marketplace, so we can't publish any application on the old Google Apps Marketplace.I don't really know why, but they don't allow us unpublish too(I want to know how to unpublish too).
Please refer to https://developers.google.com/apps-marketplace/.
Anyway, the old Google Apps Marketplace's application will be unabled to be installed on September 30th.

Unable to login to WSO AppFactory

WSO2 experts
I downloaded the WSO2 AppFactory, but couldn't login into the web console with admin/admin. Has the default password changed?
Regards,
Terry
Please try with the following credentials
Username:admin#admin.com
password:admin
If you just tried with a downloaded 'binary' set-up of WSO2 App Factory; this will only allow you to log in to the Carbon admin console of the App Factory (If you just clicked on and visited the URL, that was printed on the server console). This Carbon admin console does not have any App Factory specific functionality which you might expect [WSO2 Carbon is the underlying platform which is used by all of the WSO2 products].
Since App Factory runs having few other servers alongside (such as WSO2 AS, WSO2 ELB, Jenkins, Redmine etc) this set up that you are running will not provide the same User interfaces or functionality which you have observed within the setup provided with https://appfactorypreview.wso2.com/samlsso .
I just thought to leave this answer, because; you would get disappointed after spending your time expecting the same Application (User Interfaces) available with the online setup (which I have mentioned with the hyperlink) by running the binary setup(wso2appfactory-1.0.0.zip) that you have downloaded from the WSO2 Web site.

Amazon affiliate api

Does anybody has some experience with Product Advertising API of Amazon?
I have a django site and I need to get the affiliate info that is relevant to my site.
Which python/django packages do you use and how?
I am starting a similar project. I haven't completed it yet, so I can't answer this perfectly yet, but here is an open source python project I've found related to the Amazon Product API on PyPi:
https://pypi.python.org/pypi/python-amazon-product-api/