1
vote
1answer
14 views
Enterprise CI (SOA / .Net)
How should I tackle Continuous integration for a SOA platform?
Let me explain the setup. We have 30 web service solutions and 5 client solutions, the web services are quite depend …
0
votes
2answers
42 views
Android - Are services shared among processes?
I have an android library which is distributed as a jar file for inclusion in 3rd party applications.
Within the jar file is an Android Service.
The service is exposed through a …
0
votes
1answer
18 views
Consume a WCF service from a console app as part of a SQL job?
I'm working with one WCF service which will be consuming records I queue up for it with another. Service A will package up an object containing a series of records (I guess an XML …
1
vote
4answers
62 views
SOA architecture data access
In my SOA architecture, I have several WCF services.
All of my services need to access the database.
Should I create a specialized WCF service in charge of all the database access …
2
votes
2answers
54 views
Request-reply model for hybrid SOAP over HTTP/JMS over middleware
One of our products implements the following one-way web service structure:
Server <--------------------- Middleware <---------------- Client
SOAP over JMS (queue) …
0
votes
0answers
22 views
message driven vs. event driven approaches to application integration
Hello,
I was wondering if there is a clear distinction between message driven and event driven environments when we refer to SOA or middleware and generally in cases of applicatio …
2
votes
1answer
49 views
What are some techniques to push changes from tokyo cabinet in a multi-service setup?
Let's say I have N > 1 TCP-based, connection-oriented (read: not a website) services handling connections from end users in some load-balanced/sharing configuration.
These users …
0
votes
1answer
21 views
How to define XSD for spring-ws contract to return a serialized image?
I'm trying to put together a contract-first web application using Spring-WS. I want to define an operation that the client can invoke by providing no parameters and simply get bac …
0
votes
1answer
21 views
Open source non-trivial SOA examples
Hello,
I've been looking for open source examples of SOA applications, but most of the times I find simple tutorial hello world style examples that introduce the tricks of the res …
3
votes
3answers
61 views
What does Crosscutting Requirements/Concerns mean in Programming?
These I come across this term a lot "crosscutting requirements/concerns" in programming world.
Although I think I have an idea what it means still I do not have a clear idea. I he …
3
votes
4answers
59 views
Is it a good thing for a custom rest protocol to be binary based instead of text based like Http?
Have you ever seen a good reason to create a custom binary rest protocol instead of using the basic http rest implementation?
I am currently working on a service oriented architec …
1
vote
2answers
34 views
Multiple services on same JBoss server?
We're developing a few new services that will run on JBoss and will be accessible by REST API-s. These will be Java apps bundled into EAR files. Is it a good practice to deploy t …
2
votes
2answers
81 views
what is a singleton class? Can it help me running single instance of a class for two related services?
This might sound complex but i will ask anyway:
I am running a service A which uses class X. I want to start another service B which uses classes A besides new classes.
Service …
3
votes
6answers
128 views
(Web) Service Dependency Question
Let's say for example we've got a SIMPLE eCommerce system, with two separate systems: an Inventory Management System (IMS) and an Order Management System (OMS). Assume IMS provide …
1
vote
1answer
48 views
MySQL schema to schema syncronization through triggers?
Quick note: I have 19 days to figure my client's problems out.
Background:
Client hired a contractor who boasted he could get a new App out the door in 3 months. Two months a …
