Tagged Questions

0
votes
3answers
41 views

Fast concurrent checking of SOA DNS records for .co.za domains

I want to implement bulk availability checking of .co.za domain names as accurately as possible by checking for the existence of SOA or MX records using C# ASP.NET. I am looking f …
0
votes
2answers
37 views

SOA with WCF responsibilities and dependencies

I am moving onto a new team that has implemented a solution using SOA with WCF. The services are all very vertical, for example: a CustomerService, an AddressService, an AccountSe …
0
votes
1answer
34 views

Patterns/Practices for designing Web Services

Are there any good patterns/practices used while designing Services. I came across this post today: http://stackoverflow.com/questions/1549743/when-to-use-the-decorator-pattern/15 …
0
votes
1answer
26 views

Sharing components in .NET platform

Hi! I have an e-commerce website that is already up and running for some time. It's built on .NET 3.5. So far, so good. The "problem" is that now I need to start sharing function …
0
votes
1answer
32 views

Methods for modeling systems integration

When it comes to systems integration how do you model integration requirements? Do you use UML or BPMN or some other techniques? What limitiations you see in existing approaches …
0
votes
1answer
65 views

Cross-Cutting Concerns in SOA architecture

i have several classes in my service layer. i want to before call methods of these(every class),call they method of a spesific class after the spesific class call them.how is that …
1
vote
1answer
33 views

WCF based WinForms app in standalone mode

Hi, I have a windows application that has its business logic layer implemented as a WCF service. This service is currently hosted on IIS. I wanted to know that if there's a way wh …
0
votes
2answers
59 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 …
2
votes
2answers
97 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) …
1
vote
4answers
85 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 …
1
vote
1answer
30 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
1answer
28 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 …
0
votes
0answers
39 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
61 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
44 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 …

1 2 3 4 5 10 next
15 30 50 per page