-1
votes
0answers
18 views

How to resume the download when downloading a huge file(part by part from cloud)? [closed]

I am using Amazon S3 SDK to download huge file say, 4 GB or so., but if the download is about to finish its being interrupted. So I divided the object into several parts, fetching each part in each ...
-1
votes
0answers
16 views

CloudBees and the App-Cell Model [closed]

I'm trying to fully understand how CloudBees' app-cell model works and have read all of their developer docs and white papers and still have a few lingering questions: Say I determine that my app ...
-1
votes
0answers
23 views

how to put the java compiler.apk on server? [closed]

I am developing a project where the java compiler is stored in server and runs on android device. I am facing problem where I am not able to place the compiler in the server. Please Help by giving ...
-3
votes
0answers
29 views

Java web parsing program to run continuously on a server [closed]

Is there any way I could run a java web parsing program on a server online and get the data from it. I have a code which fetched for some data from a website and I want it to keep fetching for that ...
0
votes
0answers
26 views

Making a backup system

I asked for help the other month with making a backup system and people said to use this ive got the first part to work the section where you have to add it to the manifest file but the rest I cant ...
-1
votes
0answers
21 views

I need to change this throttled alogorithm to use the concept of stochastic hill climbing in java [closed]

I wonder If anyone has done it before please help with your source code or any useful opinion here is the throttled source code . package cloudsim.ext.datacenter; import java.util.Iterator; import ...
0
votes
0answers
28 views

Is Hadoop SequenceFile binary safe?

I read the SequenceFile.java in hadoop-1.0.4 source codes. And I find the sync(long) method which is used to find a "sync marker" (a 16 bytes MD5 when generated at file creation time) in SequenceFile ...
0
votes
1answer
24 views

Heroku - install multiple server

I have a server installed in heroku for my app and now i want to install another java based server for my app for log purpose. How can i install a second server in heroku? Thanks for the help!
-1
votes
1answer
33 views

Moving into AWS cloud - tight integration - (dis)advantages? [closed]

In AWS whitepapapers are very extensively used AWS services : SES (emails) SNS (notifications) SQS (queues) memcache for externalized sessions S3 for all-purpose storage (files / backups / ...
-8
votes
0answers
89 views

implementing algorithm in a cloud computing environment [closed]

i m doing a btech project on cloud computing. the purpose of the project is to ensure data storage security in a cloud ..for this purpose i m using rsa with digital signature algorithm for ...
0
votes
2answers
91 views

Cron Job with Jelastic

I have a cron job written in Java using Timer class. This cron job will query external API and populate mysql database for every one hour. I also have a web application which will query the populated ...
1
vote
2answers
130 views

How can I send from the server-side (Google App Engine, Cloud Endpoints) the information to my client?

I have an Android Application that is stored in the Cloud, with Google App Engine. I use Cloud Endpoints. My problem is that I cannot send the data from the server to my client(Android Device), or ...
-2
votes
1answer
65 views

How to move a desktop eclipse based application to cloud?

I'm new to cloud applications development. I need to know about it and how to migrate my desktop eclipse based application to the cloud. Where to start? What tutorials to read?
0
votes
0answers
43 views

How to upload file directly from web using AWS Java API?

I have a problem uploading file directly from web to the AWS S3 cloud service. By idea it should read an InputStream and upload it with certain metadata which defines length of stream. Here is my ...
0
votes
0answers
25 views

is there available GCS java api for external program?

Currently I'm building java program to manipulate data files like CSV and others. Now the program is hosted in Google App Engine through single JSP calling program JAR initialized as JApplet. Hence it ...
2
votes
0answers
34 views

How to simulate encrypted communication between storage and computing cloud

I know from my fellow classmates that this isn't site for homeworks, but any help or pointers from you esteemed guys would be great. Using CloudAnalyst I need to simulate the following: ONE ...
-3
votes
1answer
62 views

How to create a java based cloud app/service? [closed]

Hi I am trying to develop an android app for my final year Engineering project. This is what my app does: It collects the GPS co-ordinates of the user and sends to the cloud. I want to develop a ...
0
votes
2answers
46 views

Moving a file between cloud providers [closed]

I want to move a file from a cloud provider to another one by using their Java APIs. On the source cloud provider I can get a file as input stream or alternatively it can downloaded to a File object ...
0
votes
0answers
51 views

Alternative (cloud) deployment options for a console application

I have a fairly large console application written in Java 7 that manages a fair amount of our order processing. The application consumes a number of web services for orders, interfaces with a ...
0
votes
1answer
124 views

Google App Engine Use Blobkey

Hi there i am trying to make a servlet that allows admins to upload images and any google users to view these images, so far im working off the program available at ...
0
votes
0answers
93 views

How to download a file from a distant server in android

I have created an application similar to Google drive on android: One if it's functionality is to download a file from the server for which i have used the following methods that are obtained from an ...
0
votes
2answers
123 views

Framework to push notification to mobile devices (i.e.Android, Apple IPhone) from a web application

I have been given a requirement to write a web application that has the capability of pushing notifications (apart from other things) to subscribed uses who are using mobile devices. I have some ...
0
votes
1answer
176 views

Infinity loop in starting a role instance in windows azure emulator: [WaWorkerHost.exe] Exited with error code 1

I am trying to develop my first application on Windows Azure with Java. I followed the tutorial here: http://msdn.microsoft.com/en-us/library/windowsazure/hh690944.aspx However, when I run the ...
1
vote
1answer
154 views

deploying netbeans web application on cloud

I created a java web application in NetBeans.i was looking for a cloud service provider to deploy it.Most of the cloud platforms that i checked do not have any plugin for netbeans as they do for ...
0
votes
0answers
41 views

Deleting in cloud parse

This is the code for deleting the items there is no errors no force close no nothing this code really don't work ParseQuery query = new ParseQuery("Items"); try { List<ParseObject> test = ...
-1
votes
1answer
34 views

cloud ready software

I have my own application server ( like oracle weblogic ) which handles HTTP request. Now what changes required in my software to make it cloud ready.I was searching on the net and got one multi ...
0
votes
0answers
126 views

Hyper-V using jinterop Connection

I want to connect Hyper-v Server usign J-Interop using below code private static IJIDispatch createCOMServer(String namespace) { //root//virtualization JIComServer comServer; try { ...
1
vote
4answers
168 views

Eclipse Java Projects in the Cloud

I would like use Eclipse projects from my home and office and I don't want export/import them each time before use. Is there any way I can store/use my Eclipse Java project from the cloud like cloud ...
0
votes
0answers
77 views

SAP NetWeaver Cloud - Java - how configure persistent data objects and how can i use them

i want to create a simple project management application at the SAP NetWeaver Cloud (Java) Users can add persons to projects and define the working hours of a person who works on a project. I created ...
0
votes
0answers
21 views

Sync data to cloud and vice versa

App Secrino Here i have 4 cloud just take an example cloud1,cloud2,cloud3 and cloud4 all clouds having contact details.if inserting 3 contacts in cloud4 that data will reflect to other clouds Where ...
0
votes
1answer
60 views

Which are the Cloud service which we can use in our application ,which needs to store small files of max size 5 mb [closed]

I am working on an Application which would need to store small files (images , word doc, ppts and pdfs) I want to use a cloud service which will enable me to do this without caring about Disk space ...
0
votes
1answer
91 views

Applet for opening a file on a local machine but save in a cloud drive

I've seen an applet that will allow you to click on a file on a cloud drive (i.e on a web page), it then opens the file locally with the relevant app, and when you click save, the file is saved to the ...
4
votes
2answers
302 views

Skydrive API - Limit returned results?

Currently I'm using client.getAsync(folder + "/files", liveListener) to check the contents of a folder for a specific file. At the moment it works well but if the folder has many files in it (which ...
0
votes
1answer
67 views

Port and url error in heroku app

I made a webservice that publish a wsdl file , here is the code Endpoint.publish("http://localhost:"+args[0]+"/main/webServ", new WebServiceImpl()); and here is the procfile worker: java -cp ...
1
vote
0answers
118 views

unable to connect mongo on cloud using java

I deployed my java web application on jelastic.I created a node for glassfish and mongodb on jelastic.I am not able to connect to the database deployed on code. I used the following way to connect to ...
0
votes
0answers
134 views

Run Redis on Redhat Openshift

I am using JBoss AS 7 along with Redis. Am not able to access the redis-cli from terminal nor from the Jedis API(Redis Client). I moved down to ...
1
vote
1answer
87 views

Where to store credentials when using cloudify

I'm starting to use cloudify and in the spirit of DevOps where infrastructure is code I want to have the passwords stored in a safe and centralized place. It seems to me that I am supposed to put the ...
1
vote
1answer
111 views

SaaS infrastructure for Java/Grails app

I need to make a Grails app SAAS infrasctureture. I want "total data separation" (so multi-tenancy is not an option) and where user signs up I launch a new Heroku app. A good is ...
2
votes
0answers
222 views

resource for scheduling algorithms in cloud computing [closed]

I am looking for some book and resource about architectural and structure of cloud computing. I want to know about scheduling algorithms in cloud computing and implement one of them with Java ...
1
vote
2answers
192 views

Java SaaS Architecture - Extensibility

I am considering building a Java EE based set of services and licensing these services to my clients. While we will aim to make these services generic for any client, reality is that customizations ...
0
votes
0answers
46 views

How to send image in the binary data to cloud fusion server in java?

This is my requirement in my project I have to upload image in the binary data form to cloudfusion server.Could any one tell me how to achieve this in java? Thank you
3
votes
3answers
414 views

How does GCM locate a user phone

My question is how does the Google Cloud Messaging know where to send the message to? does it work by IP Address? Is there an interval that runs a function on the phone to send the current location or ...
0
votes
0answers
232 views

Free cloud service to share data between android devices [closed]

I am working on a little app whose purpose is to share some text and one image between two specific android devices (two mobile phones running Android). My problem is, that I want to share the data ...
4
votes
2answers
217 views

How do you develop/deploy BIG enterprise applications in java

I've been using java + spring on tomcat for the past 2 years and my app is getting notably huge. Start up time is now almost 3 minutes and it consumes a lot of resources during the development. So I ...
1
vote
2answers
71 views

can i use a pre-configured machine image w/Ruby/Java pre-installed on machines with diff.RAM+CPU

I have created a machine image which has some languages/frameworks installed in it-- eg Java, Ruby etc. The idea being, I can quickly initialise a new virtual machine (for eg on Amazon EC2 or ...
0
votes
1answer
111 views

initalise a virtual machine on a cloud provider and run some custom code on that machine

I want to initialise a virtual machine on a cloud provider(like Amazon EC2, Rackspace CloudFiles, HP Cloud etc) and then run some custom code on that machine-- the code may be in Java/Ruby / any other ...
1
vote
3answers
734 views

How do i deploy a java application on windows azure

Hi I am a 3rd year computer science student and I have create a my 3rd year project in java on netbeans and I now want to deploy it onto a virtual machine with windows azure. The point of this is that ...
0
votes
3answers
124 views

How can I develop on a cloud using eclipse?

I want to be able to access my code from any computer on eclipse. is it possible? edit: i am developing for android using java
-1
votes
1answer
510 views

How to create simple cloud computing infrastructure using socket programming (JAVA) [closed]

I already have two java file: one that acts as a client, one that acts as a server. The client connects to the server, they exchange a couple of messages and quit. But i have no idea how to use this ...
0
votes
1answer
127 views

Google App Engine: Data Options

Google App Engine gives you the choice of three persistence solutions: NoSQL Datastore - "provides a NoSQL schemaless object datastore, with a query engine and atomic transactions" Cloud SQL - ...

1 2 3