On Sun, Oct 20, 2013 at 12:46 PM, vinceyoumans <[email protected]> wrote:
> 1... Is there an existing FRAMEWORK that I would be looking at that > incorporates this kind of logic? Something that will get me some of this > functionality now? > > Is there something wrong with leaving your implementation in Drupal? App Engine supports PHP and Drupal core will run on GAE. If you don't want to keep Drupal, there are many Java and Python frameworks out there that are reliable and heavily-used. Any of them would be a good choice. On Sun, Oct 20, 2013 at 12:46 PM, vinceyoumans <[email protected]> wrote: > 2... Where should I safely store the VIdeos? I was thinking Google Cloud > Store. But the Videos are only about 4 minutes long, so would putting them > in Data store be an option? > Cloud Storage is the better choice. Datastore entities are capped at 1 MB. On Sun, Oct 20, 2013 at 12:46 PM, vinceyoumans <[email protected]> wrote: > 3... Is there a payment method that I should be looking at that is already > well tested and can handle this solution? > > There are many payment services to choose from. Companies such as Stripe and Braintree are widely used for payment handling. On Sun, Oct 20, 2013 at 12:46 PM, vinceyoumans <[email protected]> wrote: > 4... I like the Twitter boot strap framework a lot... not 100% committed, > but are there alternatives that use JAVA for the client end that I should > be looking at for this kind of project? > If you want to use Java for the frontend, try GWT: http://en.wikipedia.org/wiki/Google_Web_Toolkit You can write your code in Java, and then GWT turns it into Javascript for browsers to run. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
