Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
brandon bronisz
393 PointsScript delivery network
i need to create a store where i have a user database that connects to my java application. i have a macro software that has it's on API for users to share scripts with everyone else. For premium scripts i want to make an online store where the user can click the script and it adds to there account. ive donw the php tutorials but i dont know where to start. I was wondering if any of you new what i should do. or if you can personally help me that'd be even better!
3 Answers
Nick Pettit
Treehouse TeacherHi Brandon,
Do you have a Java application or a JavaScript application? They're two completely separate languages that just happen to sound the same, so it's important to understand that first.
Nick
brandon bronisz
393 Pointsyeah i have a Java Application. i know how to connect to the database, i just dont know how to make the small web store
Nick Pettit
Treehouse TeacherHi Brandon,
We don't teach Java web development, so there's not really a teacher at Treehouse that can help you with this specifically. The PHP tutorials cover the creation of an online store, if you'd like to use PHP. You may also want to check out Shopify, which is a de facto solution in the industry for creating web stores.
Nick