-
1. Re: Google Cloud Platform
karin.n Sep 16, 2013 10:46 PM (in response to AlexBosneanu)Hi there
I am in the process of developing a Java application that runs on Google app engine and integrates with Business Catalyst. The reason for doing that is because I want to be able to create a better way of filtering products for my client. The application retrieves products and catalogues from BC and then stores it on GAE in the way I want it to be stored so it can be retrieved quickly.
The backend is Java and the frontend is Angluarjs. So far it works really good, I am doing a lot of caching to improve performance. I will post a link once it is finished.
-
2. Re: Google Cloud Platform
karin.n Oct 9, 2013 6:11 PM (in response to karin.n)Hi again
As mentioned above, this is the BC site that I have integrated with Google App Engine:
http://www.smellycat.co.nz/perfume-for-women
I am happy to answer any questions!
-
3. Re: Google Cloud Platform
Liam Dilley Oct 10, 2013 12:52 AM (in response to karin.n)You can do that just with jQuery in BC without anything like the google App Engine as a note.
-
4. Re: Google Cloud Platform
TheBCMan Oct 10, 2013 7:19 PM (in response to Liam Dilley)Liam has it correct, re-write the page in Javascript / Jquery, no serverside code needed
-
5. Re: Google Cloud Platform
karin.n Oct 10, 2013 7:58 PM (in response to TheBCMan)Thanks for the feedback guys. How would you deal with the filtering system? You'll see that the available filter options get adjusted based on previous selections. I was worried that the application would become very slow if the filtering wasn't done server side. The anticipated number of products my client has given me is 10,000.
-
6. Re: Google Cloud Platform
TheBCMan Oct 10, 2013 8:24 PM (in response to karin.n)Karin,
What is your end goal here? You've listed a few questions but not what you are trying to do overall, entering in 10,000 products isn't a problem, what did you need to do with them that you can't do right now?
-
7. Re: Google Cloud Platform
karin.n Oct 10, 2013 8:38 PM (in response to TheBCMan)Oh, I just wanted to get your input as to how you achieve the same web application using only Javascript. I am curious to find out how I could have done the same thing without my server side code. I am happy with the way the system works now, but you know, there's always things to learn and improve My decision to use server side code was based on the fact that my client will eventually have 10,000 products in the store, and also because I didn't think I could make the filter work exactly as per requirements client side only. They currently have about 1,000 products which is not a problem, but once they load in all the new ones (up to ~10,000) I am worried a client side only solution would not perform very well.
The reason why I posted in the first place is because someone asked about BC integration with Google, and since I was working on a Google App Engine integration, I thought I'd mention it in case someone wanted to find out more about it
-
8. Re: Google Cloud Platform
Liam Dilley Oct 10, 2013 10:27 PM (in response to karin.n)Take a gander and the browse panel tag, product search and then think how awesome jQuery is....
I helped one of the guys implement that just yesterday on a site and got the guts of it going in 2 hours.
-
9. Re: Google Cloud Platform
Dayle_Thomas Oct 13, 2013 11:28 PM (in response to Liam Dilley)Liam, Sounds like exactley what I need. Can you point to some examples of what can be done with the browse pannel + code samples ?



