Tagged Questions
-5
votes
0answers
33 views
What language/framework/technology for such program? [closed]
I want to write a distributed application. I have a python script which makes a lot of math stuff. I want to run it on every pc in my lan network and check how fast its gonna work on every pc in my ...
-2
votes
0answers
78 views
Apache Tuscany based RESTful web services using Java [closed]
I am new to Apache Tuscany. Now we want to develop Apache Tuscany-based web services (RESTful). I developed a small application, and it's working well. Here is problem: I want to get the response as ...
0
votes
2answers
198 views
VPS vs Web Hosting: Which one is good for java web services
I have some questions about VPS and web hosting.
As far as I understand, VPS is a virtual machine on which we can do anything as we can do with our local machine. Install software, change settings ...
3
votes
1answer
275 views
How do I make a cloud based web app accessible internally in the event of an internet outage?
I have a Java Web application backed by a database. Both are hosted in Amazon EC2. If the Internet is down, I need to allow internal users to be able to continue to work and somehow update the hosted ...
1
vote
2answers
446 views
Thin client Web browser?
Many times i have heard people saying that a particular hardware to be running a thin client web browser. But from the definition of "thin-client", doesnt all browser qualify as a thin-client? as all ...
2
votes
3answers
349 views
Suggestions for connecting .NET WPF GUI with Java SE Server
BACKGROUND
We are building a Java (SE) trading application which will be monitoring market data and sending trade messages based on the market data, and also on user defined configuration parameters.
...
3
votes
5answers
449 views
Where does Java get it's SOA reputation from?
I see lots of SOA books surrounding Java and have always had the subliminal notion that Java is the "right" language for robust/enterprisey SOA, even though I know what SOA involves and that is ...
1
vote
1answer
202 views
How best to enable a web service consumer to integration test a transactional web service?
I want to allow consumers of a web services layer (web services are written in Java) to create automated integration tests to validate that the version of the web services layer that the consumers ...
7
votes
2answers
1k views
What does RESTful web applications mean? [duplicate]
Possible Duplicate:
What is REST (in simple English)
What does RESTful web applications mean?
A web service is a function that can be accessed by other programs over the web (Http). To ...
13
votes
3answers
3k views
How to design highly scalable web services in Java?
I am creating some Web Services that would have 2000 concurrent users. The services are offered for free and are hence expected to get a large user base. In the future it may be required to scale up ...
2
votes
2answers
592 views
Web Services as a Back end
I am contemplating a direction to take an application. The application is written in PHP which implements a MVC framework.
Some of my clients will require web services. I was thinking even building ...
11
votes
4answers
5k views
REST vs RESTful vs “normal” web service - the same or not?
I've read a couple of definitions and discussion on REST and/or RESTful applications, but I still do not understand the real meaning of it.
I usually work with the apps which either fetch data via ...
1
vote
3answers
498 views
Java web app, with plugin framework and ability to connect to source for updates
I've searched all around for some good sources, but either have been searching for the wrong keywords, or I'm just missing something. I'm looking to redevelop a web app I've been using for some time ...
1
vote
2answers
128 views
Releasing patches and updates to web service users
I have written one web services using Java. Its already live (up and running).
During development I have SVN (repository) + Jira for task maintenance + Maven for building the web services. Now I ...
5
votes
3answers
141 views
How can I license networked applications?
I have five applications residing on servers. Some of these applications are socket (C/C++) based, others are web based (Java, PHP). I need to give licenses to these applications on the basis of the ...
4
votes
1answer
313 views
Eloqua API Full Code Example in JAVA
Is there anyone out there who has mastered to retrieve some data programmatically from Eloqua?
First of all, I'm more or less a newbie, as far as JAVA. I can follow tutorials, take directions and ...
2
votes
4answers
156 views
Is it typical for a provider of a web services to also provide client libraries?
My company is building a corporate Java web-app and we are leaning towards using GWT-RPC as the client-server protocol for performance reasons. However, in the future, we will need to provide an API ...
4
votes
2answers
2k views
Recommendation for a book that explains web services in java
I am new to web services. I have been working with Java web applications for the past 3 years. Are there books that explain the basics of web services clearly. I have read Starting Java Web Services ...
3
votes
2answers
613 views
Which Java framework meets these requirements?
Which Java framework meets these requirements?
What set of frameworks would be best suited to meet these requirements?
The requirements are:
oriented for web
support for transactions
support for ...
3
votes
2answers
532 views
Need to make a stock inventory application
I need to make an application for my dad to keep track of stock trading inventory. He trades shares for himself and for his clients and would like to keep the records, things like buy/sell price of ...
0
votes
3answers
770 views
How to create and integrate Web-service without using Maven
I am new to Web-Services, I am looking to create and integrate web service in my existing project, but I don't want to use Maven; I am using eclipse, Spring Framework, Hibernate to create my web ...
6
votes
4answers
433 views
Starting Java Web Services and feeling lost
After building mainly Java desktop apps and some small GWT services, I'm trying to learn how to build Web Services in Java but I feel overwhelmed by the sheer amount of buzzwords, terms, ...
6
votes
1answer
422 views
How do web services for downloading ringtones work?
I am interested in knowing more about how ringtone download web services work.
I do web programming in java, and i would like to make a web service that sends a ringtone to the user's mobile phone ...
13
votes
3answers
712 views
What is the best way to do offline failover of a desktop based client that uses a web service?
I have three incoming projects that share a common problem:
they need to have the logic on a web system and they need a local application (e.g. point of sale) that communicates with such system ...
3
votes
3answers
376 views
infrastructure software/technologies for developing web service
[Edit: Thanks S.Lott for the hints]
I'm developing a web service from scratch. The service could have potential of 10,000 requests a day. Actually, to be honest, requirements aren't that clear at this ...
2
votes
1answer
406 views
Accessing a Web Service: Learning Resource needed
I have been searching for resources to learn (Java) Web Services. Although I have found a lot of resources and tutorials on JWS, I am confused with the version numbers, the abbreviations and Metro. ...
3
votes
1answer
335 views
Geocoding for an application unable to show maps?
We have a situation where our users need to geocode a location (programmatically turn a description into latitude/longitude coordinates) from within an application unable to show a graphic image.
...

