Can Business Catalyst be run in Java?....

I am trying to use Business Catalyst in a java environment and can not get the API services reference that is demonstrated in the Visual Studio demonstration to hook up. Can I do it in Java and if so how do I get the reference connecteed in Java or make is work with the java environment.
Thank you,

Hey there.
First thing - BC does not run anywhere other then where Adobe run it, it is .NET based and can not run anywhere else. IT does not run JAva, PHP or any other server side language. You can not put any of that on your website.
In terms of the API you have some SOAP (Ecommerce and CRM) API and some REST API that you can use. IF your 3rd party server is a Java setup then you would use if there is a connection class or code your own for these types of API and code up what you need.

Similar Messages

  • Can Business Catalyst host a sub-domain?

    Can BC host a sub-domain? If so then we can make arrangements to update our domain DNS and point to that address.
    Please advise whether BC can host sub-domains? We have a parent domain that we currently use for our marketing website although require a domain DNS to point to BC to make it live. Would a sub-domain be sufficient?

    Thx for your quick reply ! It helps a lot !
    Phil Martin
    Le 12 juin 2014 à 12:03, Dave Black <[email protected]> a écrit :
    Can Business Catalyst host a html css website done without Dreamweaver ?
    created by Dave Black in Business Catalyst FAQ - View the full discussion
    It sure can. Just upload your files with these instructions: Business Catalyst Help | Connect to your site using SFTP
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6452531#6452531
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Business Catalyst FAQ by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How can I compile and run other java classes from within an application?

    Hello there everyone! I really hope that someone can help me. I am writing a program that must be able to compile and run other java classes that are in different files, much like development environments like Kawa or Forte allow you to do.
    There has to be a way of doing this ( I hope!! ), but i can't seem to find it!!
    I have tried using this command to compile:
    Runtime.getRuntime().exec ("c:\\programs\\javac className.java");
    ...and this one to run:
    Runtime.getRuntime().exec ("c:\\programs\\java className");
    ...but neither works!!! I can compile and run classes that are in the same file as my application, but I can't get it to work at all for files in different directories or files.
    PLEASE, PLEASE, PLEASE help me - i've run out of ideas, and i need this to be working in 3 days!!!
    Thank you very much for any help anyone can give me, I really appreciate it!! Thanks again!!
    Adrian ( ...in distress!! )

    public class JavaCompiler{
       public static void main(String[] args)throws Exception{ //sorry bout the laziness
          if(args == null || args.length != 1){
             System.out.println("Usage: java JavaCompiler MyClass.java");
             System.exit(0);
          String className = args[0];
          Runtime rt = Runtime.getRuntime();
          Process p = rt.exec("javac " + className); //consider setting cpath for this
          p.waitFor();
          //now try to run after it is done.
          p = rt.exec("java " + className.substring(0, (className.length() - ".java".length()));
          p.waitFor();
          //do some other stuff
    }This should get you going. You may consider looking into the System.getProperty() method in order to determine the type of OS it is running on in order to findo out what command to run. I know that the sun tool listed above is nice, but by my understanding the sun tools provided are not guaranteed to stay the same. I'm no expert on this matter, but that is one of the reasons there is no API documentation for those tools. Also, I don't believe those tools come packaged with the JRE. (Of course if you are making an IDE it will be expected that the user has an sdk installed. Good luck with figuring this thing out.

  • Can business catalyst be used on external content

    Good afternoon,
    We use Business Catalyst for a few sites, and really find the metrics and site information useful. We have some content that we would like to keep on our own local servers, and we were wondering if there is a way we can set up business catalyst to be able to give us the same information on the content we host locally, or if it can only work for hosted content.
    Thanks!

    Create pages with only contain the information you want to see on your internal site (sort of like a widget), you wont need a header and footer, just the one thing you want. Pull that content from your internal site using AJAX. The only issue is that if you use multiple of these elements your stats will be times that many. For example if you create 10 pages with the elements you need each AJAX page request (on your local server) will pull 10 page requests. So if you know how many you have you'll have to divide your stats by that. If you don't care so much for the stats then no problems.

  • Can I write and run simple java programs in Xcode

    I need to write and run basic java programs on my mac. I would like to run it in Xcode, but I don't know how to set it up? Is there a way?

    Read the following discussion from last month on here:
    Can Xcode 4.5.1 compile/run java?

  • How can I install and run the Java Telephony API

    Hello!
    I have downloaded the Java Telephony API but I couldn't find the installation notes for installing it on my PC (Win2000).
    Can anyone help me?

    Since the package is downloaded as just .class files just set your classpath like you normally would if you were creating your own package...I personally would install the class file version...run a sample program and see if this works...

  • Can get anything to run with java....

    Yes.. I've updated my Classpath.. but every JAVA program that
    I compile and when I executer java myprog.class it get's an
    error on finding that very class...
    What's the problem..?

    ONE: Paste this into Notepad;-
    public class HelloWorld{
    ����public static void main(String[] args) {
    ��������System.out.println("Hello World");
    ����}
    TWO: Open the MSDOS Console and NOTE WHICH FOLDER on your C-Drive you are in.
    THREE: Save the above on your C-Drive as HelloWorld.java (exact same case, ie: capital 'H' etc and) IN THE SAME FOLDER as the Console displays.
    FOUR: Type this (exactly the same!) in the MSDOS Console
    javac HelloWorld.java
    FIVE: Tell us what happened.

  • Business Catalyst vs GoDaddy?

    My Business Catalyst site runs great but when I upload it to my GoDaddy server the site runs horribly.
    I have 10 other sites on the same (GoDaddy) server that I've done the same way & they all run great.
    This is however the first site that I re-sized elements in Muse & didn't bring them in exactly the right size to begin with. I have noticed that Muse left some of them quite large. Could that be the issue?
    So my main question is why would it run great on the BC server & not when I export to html & upload to the GoDaddy server?
    Any help would be great, Thanks...
    BC Site: http://tawnjacom.businesscatalyst.com/
    GoDaddy Site: http://www.tawnja.com/
    Update: OK. So the client wanted the site fixed now so for a quick fix I just forwarded/ghosted the bottom link to the BC site.
    So for now both links above point to the business catalyst site.

    Hi Abhishek,
    Here are a few of my Muse sites that work just fine on the GoDaddy server:
    www.FashionologieEdina.com
    www.BellaGraziaFitness.com
    www.Rock-Solid-Events.com
    www.ColeAllen.net
    www.KdonHairTechnology.com

  • Stop and run a java program

    how can I stop then run a java program in java code?

    netcom_ wrote:
    You can do this from the command shell.I want to stop running the program by System.exit()Which will return a status code to the shell that launched your java app.
    then I would run the program lets say by command shell(in java),Huh?
    After your java app calls System.exit() you are back in the shell that launched the java app.
    The problem that all the code after the instruction
    System.exit is ignored so the command shell is not treated ,is there a solution,?You can use a shell script and use a loop.

  • I can't get a SWF file that runs perfectly in browsers to run in the Business Catalyst environment

    My website has 3 parts. The initial HTML page which upon opening plays a video. The link below gives you that. 
    http://wrysmilebooks.businesscatalyst.com (It takes a few seconds to get going) 
      When the video ends a SWF file plays. The code below should show you what is supposed to happen. 
    http://wrysmilebooks.businesscatalyst.com/SWFbutton.html 
      The difficulty is that the SWF file won't automatically play from the website within Business Catalyst. It all works perfectly when I run the webpage in different browsers through Dreamweaver. Also if I just double click the website file where it sits on my computer... the resident browser picks it up and all is well.
    I've already exchanged quite a few e-mails with Business Catalyst support and InDesign support... (The SWF file was created using InDesign) ...but we don't seem to be getting anywhere. I can't think of anywhere else to go... so... here I am.
                                                                                                      Thanks,
                                                                                                       Michael McLaughlin

    Hello Liam,
             Let me see if I'm understanding you. Are you are saying that it
    takes a few seconds for the video to get going after the initial pages
    comes up? Yes, I'm aware of that, but it's only a few seconds and then it
    runs. Or are you saying that the SWF file takes time to get going?  I've
    opened the website http://wrysmilebooks.businesscatalyst.com, let the video
    run and simply waited, but nothing happens.
             However, I've noticed something curious. When I preview the Grid w
    flip html in BC, everything runs its course as it should. When I run it
    with http://wrysmilebooks.businesscatalyst.com there's something of a
    stall. The video has to end... the code to open the swift file is onended...
    but the fade to black at the end of the video never quite happens. A faint
    image which is not the last of the video can be seen on the screen. So...
    it appears the video hasn't really ended... so the SWF file doesn't run.
              So... does BC impose some limit on the length of a video when
    it's accessed through http://wrysmilebooks.businesscatalyst.com that it
    doesn't when its run within BC?
    On Wed, Apr 8, 2015 at 12:18 AM, Liam Dilley <[email protected]>

  • How can I run Google Analytics on my site being hosted in Business Catalyst?

    Hi,
    I already have an existing website which is hosted, and of course I am the domain owner.
    I have created a new modified site in Adobe Muse CC and will wish to upload this new site to my domain once completed.
    I will need to run Google Webmaster tools etc before I replace the old site.
    I do not wish to replace the old site as yet prior to completing the new site in Muse CC
    At present I am "subscribed" to Google Analytics/Webmaster tools as a webmaster under my webmaster site (different) and have placed the "google verification code" metatag in my new site's "page properties <head></head tags only", and have uploaded to Business Catalyst.
    Business Catalyst are not my hosts for this site once it becomes "live". They are my "Trial Hosts"
    ? how can I run google analytics and tools for this new site prior to lauch (ie replacing my old site) ?
    Many thanks, await your response.
    (PS... Latest Muse CC is ACE!... Love it!)

    I finally figured out what I was doing wrong. First the information has to be entered on the home page. So the path is Home page> Page properties> Metadata> HTML for <head>. Secondly I was entering the information from the downloaded html file rather than the code they provide  under the alternate methods tab during the verification process . Google has a fine set of video tutorials to walk you through. https://support.google.com/webmasters/answer/35179?hl=en&ref_topic=3162387
    Thanks for all your help!
    Paula

  • Can I setup a Java Web Application on Business Catalyst?

    I wanted to know if I can upload a Java Web Application on to Business Catalyst.  What kind of features are supported, etc, for Java Developers, ex. Spring, Jar Integration, etc.
    Thank You.

    Hi there,
    No you cant. You can not install any server side programming on BC. It is a closed system. it is also .NET based.

  • Is the license terms allow you to generate pages using Wizzard Business Catalyst and publish them on other servers. As the export side and run?

    Is the license terms allow you to generate pages using Wizzard Business Catalyst and publish them on other servers. As the export side and run?

    Our iPads work just fine behind a firewall and the Lightspeed filtering solution in an education environment.  If your proxy solution cannot be configured to support IOS maybe you should be looking at another vendor.  Products such as 8e6 and Lightspeed can be deployed without the use of a traditional proxy set up.
    http://www.m86security.com/products/web_security/m86-web-filtering-reporting-sui te-deployment.asp
    http://www.lightspeedsystems.com/products/Web-Filter.aspx

  • Where can I get the Dreamweaver CS 5.5 extension for Business Catalyst?

    I have CS 5.5 on windows 7, and am starting my Business Catalyst account, but also want to integrate with Dreamweaver.
    When I open my Business Catalyst panel in DW and click the "Get Extension" Button, I get a "Page Not Found".
    I have searched Adobe support, and Exchange, but can't seem to locate it.
    Is it still available?
    Thanks.
    Scott

    Hi Scott,
    You can download it from here: http://www.businesscatalyst.com/support/dw
    Let us know if you run into any problems.
    Thanks,
    Florin

  • As a new Creative Cloud subscriber, I can't quite grasp Business Catalyst.

    So I recently ditched my stand alone software for a Creative Cloud membership.  So far I absolutely love it.  I've been a bit overwhelmed with all the new software I never used before and, while I doubt I need most of it, I've at least been trying things out.  The thing about Business Catalyst is that I can't seem to seperate the basics of what it is from the advertising rhetoric.  Besides being a "solution for businesses" or some other tag line, can someone fill me in on the details some?
    From what I have grasped so far it is simple web hosting with added tools for businesses and I know that I get 5 free sites with my CC subscription. 
    Now can I upload anything I want to these sites or do they have to be business oriented?
    Could I host my portfolio using Business Catalyst?  What about snapshots from my summer vacation? 
    My test site URL was http://sitename.businesscatalyst.com    Is this also the permanent URL?  Will I have register a domain name elsewhere or is that included when I push the site live? 
    I've noticed BC doesn't support PHP code, does that mean I will not be able to run web apps such as Wordpress?
    I'm sure others have asked these questions before, but its so hard to sort out the useful data from the sales pitches. 

    Hi,
    First welcome aboard!
    Now can I upload anything I want to these sites or do they have to be business oriented?
    Yes you can upload anything you want your site doesn't need to be business related.
    Could I host my portfolio using Business Catalyst? What about snapshots from my summer vacation?
    Yes, images, files what you want you can host within your site in BC you can upload using FTP, Dreamweaver or the admin panel of your site (yoursite.com/admin)
    My test site URL was http://sitename.businesscatalyst.com    Is this also the permanent URL?  Will I have register a domain name elsewhere or is that included when I push the site live? 
    This is your system URL that is provided to all sites.  Once you add your custom domain that you've purchased through a registrar (godaddy.com, etc) the site will then reflect the added domain instead.
    I've noticed BC doesn't support PHP code, does that mean I will not be able to run web apps such as Wordpress?
    Correct we do not allow server-side scripts within BC.  WP cannot be hosted within BC you can instead import your blog post into BC or use Live Writer to possibly manage.
    - http://kb.worldsecuresystems.com/247/bc_2474.html (Live Writer)
    - http://kb.worldsecuresystems.com/kb/importing-data.html#id_90134 (Blog post import)
    For more help information on BC...
    http://helpx.adobe.com/business-catalyst/topics.html (Help Articles)
    http://bcgurus.com/hero (Help Videos)
    Hope this helps!
    -Sidney

Maybe you are looking for

  • Java Mapping XML Encoding Error.

    Hi All, I hav an IDoc XML coming out of R/3 whose encoding technique is UTF-8. I hav to change it to ISO-8859-1 before parsing the xml in the java mapping program. i have seen this problem repeating among many people but i cud not find any solution o

  • How to use iPod shuffle in the car. What cable should I use

    When I connect my shuffle to car.  It says ipod authorization failed. What can I do now?

  • Block Particular material for a DC and Plant combo

    Hi All, Iam working for a FMCG client at the movement and i have a peculiar requirement which at the outset seamed easy but iam not able to find a solution. The client wants to block selling of a particular material for specific distribution channel

  • IMovie 08 Video effects?

    Okay I could totally be missing this in the program, but is there any video effects in Imovie 08. I can find transitions and titling but no video effect, and if there is, than where? Please someone help me.

  • Bootcamp can't find WindowsSupport file

    Hello guy's, I have a big problem. I was trying to install Windows 7 on Bootcamp all installation was successful, but if i click install it says: Windows Support software not detected Can someone help me pleas? The Support software is on my usb btw.