cfselenium - how do I implement automation in a coldfusion application - coldfusion

Can someone give an idea on how we implement automation using cfselenium. where I can get resources or examples?
And your feedback will be much appreciated.

Related

Creating an API for an AWS S3 upload?

I have about 200Gb of files on a Windows server file share that i want to upload in to S3. From looking at the documentation, it looks like i have to write my own API to do.
I'm an networking and server guy - I have no coding experience. Can anyone point me in the right direction for getting started? Has anyone ever done this before, who could maybe give me the high level overview of the steps involved, so that I can go an research each step? Any info will be greatly appreciated. Thanks.

Creating web services with scalable open source technologies

We would like to have some recommendation for creating restful web services. We went through many article and answers. Most of the answers are specific to a framework. Can someone please point us to comparison article which helps me to understand different frameworks?
Please explain how to handle login and use web services.
There really isn't a good way to answer this other than it depends. If your talking open source, the standard for a long time was Linux, Apache and MySQL for database (and PHP a.k.a. LAMP) , but some folks prefer PostGres, or a No SQL solution like Mongo DB or Couch DB.
Given that, you need to decide if you want to build on top of a framework(s), and choose a language direction. If you want Java, Spring and Hibernate have pretty good support, and are fairly mature.
Most shops have a set of developers with certain skills that you can leverage, and typically, that's how the decision is made. You don't want to do something completely new and have to retrain everyone.
Without knowing what your goal is, or anything about your situation, it's going to be tough to suggest a reasonable path forward. Sometimes you need to look at how your going to host your site, and find vendors that support your stack. A little research will help you figure out where you need to go.
Sometimes its worth abandoning the open source path, and go with something like IIS and ASP .NET.

OWL-S semantic services creation and execution

I'm trying to improve the semantic web services' discovery to satisfy better the user. For that, I choose to use OWL-S. So I created an ontology using Protégé then I generated semantic web services using OWL-S editor within Eclipse (these services have been in part generated automatically since they are already developed in Java). What I can't do now is the execution of these services: I don't know how to proceed. I need your help please, I didn't find good documentation or tutorials about the life cycle of OWL-S services. Could you please help me and suggest me some useful tools, tutorials..?
PS: do you think that OWL-S is still used or do you suggest something else? What is the most common way to develop semantic web services nowadays?
Thank you!
OWl-S is a W3C consortium standard, therefore documentation is available regarding that. Check the below links
http://www.w3.org/Submission/OWL-S/
http://www.daml.org/services/owl-s/
http://www.ai.sri.com/daml/services/owl-s/examples.html

How to apply CORBA Notification Service?

I am ordered to apply CORBA Notification Service. I googled a lot. But all of the information is just introduction. It isn't helpful to apply this technique to a actual project.
Is there anyone can help me? Where can I start?
Thanks a lot.
Start with the examples and tests that are shipped with your notication service implementation. The one as part of TAO has a lot of examples and tests that provide a good starting point. Also check the OMG Notification service specification that is available from the OMG website at www.omg.org

Uploading videos to ScreenCast.com in C++

I need to write a C/C++ program that uploads videos to ScreenCast.com. For uploading videos to YouTube there is a great manual that explains how it can be done with an http request. I can't find something like that about Screencast.
Maybe someone has experience with this or some related tasks. I'm quite new to programming, and would be very grateful for any advice or thoughts.
Thanks!
The right answer is that for now it is impossible. I have contacted screencast.com support, and they told me that they are going to make a puplic API somewhen in future