Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

There is a software we run as a windows service. Its currently not designed to take a huge load. So we kind of need this service to be hosted over http so that multiple clients can make use of it. Its not the whole windows service as such, but some modules it uses. Those modules are currenly not designed to work as "web service" (generic sense).

What would be the formal word for this?

share|improve this question
2  
Why should there be a formal word for this? – Jan Hudec Jan 30 at 8:27
1  
I bet you could make 'expose as a webservice' into a single word in German. – AakashM Jan 30 at 9:26
@JanHudec so that our tounge wouldn't slip saying "expose as web service" repeatedly... – deostroll Jan 30 at 11:13
@deostroll: That explains why you want it. But I asked why it should exist. Do you think it's so common or so special to have a common name? – Jan Hudec Jan 30 at 11:54
"ruin" can be a decent start . . . – Wyatt Barnett Jan 30 at 17:23

2 Answers

"Webify" is the closest you're likely to get

After consulting English StackExchange the consensus appears to be that an "-ify" suffix is perfectly acceptable in everyday English. Consequently, when you get into conversations with other web developers working on the project they will be more likely to understand you when you use the technojargon.

share|improve this answer

I've most commonly heard the term "modernization" used to describe this process, but have also heard it called "web migration" and "web-enabling." Here's a quick definition of modernization from wikipedia, and while it's not a perfect match, it seems pretty close to what you're looking for.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.