Member • Jan 11, 2009
-
harshithaplease give me some info bout service oriented architecture . i wanna know wat actually is service oriented architecture? wat is it meant for ? i want dis info very urgently cos i must start working on a project and the project topic is service oriented architecture
-
Member • Jan 11, 2009
harshithaplease give me some info bout service oriented architecture . i wanna know wat actually is service oriented architecture? wat is it meant for ? i want dis info very urgently cos i must start working on a project and the project topic is service oriented architecture
Hi harshita,
SOA(Service Oriented Architecture) is not an easy architecture. I am sure you are doing some very difficult project that you need its idea. Just to give you an idea, I will say it basically comes into picture when you want to integrate two systems.For eg. If I have 1 Core Banking System and 1 Retail Banking System and I want to integrate both into one then SOA comes into picture.
Feel free to ask more questions. May be I can be of some help.😀Are you sure? This action cannot be undone. -
Member • Jan 19, 2009
thank u very much for this information. now im thinking of incorporating service oriented architecture in a web server application. is my thought right? am i correct or is it silly? if it is correct how can i do it?shalini_goel14Hi harshita,
SOA(Service Oriented Architecture) is not an easy architecture. I am sure you are doing some very difficult project that you need its idea. Just to give you an idea, I will say it basically comes into picture when you want to integrate two systems.For eg. If I have 1 Core Banking System and 1 Retail Banking System and I want to integrate both into one then SOA comes into picture.
Feel free to ask more questions. May be I can be of some help.😀Are you sure? This action cannot be undone. -
Member • Jan 19, 2009
I can help you if you can give me idea of your web server application?😀harshithathank u very much for this information. now im thinking of incorporating service oriented architecture in a web server application. is my thought right? am i correct or is it silly? if it is correct how can i do it?Are you sure? This action cannot be undone. -
Member • Jan 22, 2009
how bout implementing hotel management with the following services;shalini_goel14I can help you if you can give me idea of your web server application?😀
lodging,food services,branches,travel agent guide,event organising.
if u know any other services please let me know.Are you sure? This action cannot be undone. -
Member • Jan 22, 2009
So harshitha M'amharshithahow bout implementing hotel management with the following services;
lodging,food services,branches,travel agent guide,event organising.
if u know any other services please let me know.
When you are going to start this project? 😉 What are going to be front ends and back-ends?
[PS: By the way you don't need any SOA for this. It is a simple one.]Are you sure? This action cannot be undone. -
Member • Jan 23, 2009
actually v r a team of 4 people n v hve already started working on the project but v r not able 2 understand whether 2 implement soa on hotel management or on web services or any other application.this is wat i require 2 understand.Are you sure? This action cannot be undone. -
Member • Jan 23, 2009
Glad to know harshita 😀harshithaactually v r a team of 4 people n v hve already started working on the project but v r not able 2 understand whether 2 implement soa on hotel management or on web services or any other application.this is wat i require 2 understand.
1. Please go through this once and be careful from next time.
#-Link-Snipped-#
2. Ask your other team members also to join CE and be a part of this thread. 😀
3. Tell the requirements of your project. Has anyone asked you that it is must to use SOA?Are you sure? This action cannot be undone. -
Member • Jan 26, 2009
yes, the topic that we have been given is service oriented architecture.and also we have strict instructions from our hod that we are supposed to incorporate SOA in whatever application we choose to develop and we are supposed to demonstrate it to him by maintaining a single laptop which uses the services which are distributed over other three laptops.Are you sure? This action cannot be undone. -
Member • Jan 27, 2009
Good harshita,harshithayes, the topic that we have been given is service oriented architecture.and also we have strict instructions from our hod that we are supposed to incorporate SOA in whatever application we choose to develop and we are supposed to demonstrate it to him by maintaining a single laptop which uses the services which are distributed over other three laptops.
This was the thing I was expecting in your very first post of this thread. So you will make a webservice application right? What all technologies you have decided or planned to work on? Do you know how to make an application using simple client-server architecture? 😀Are you sure? This action cannot be undone. -
Member • Jan 27, 2009
yes we have decided to make a web service application.Some of the terchnologies my friends suggested was that of providing a log in facility,registration facility and one of my friends even gave an idea of developing a dept website.please suggest some good services which you think would work out very well and fetch us very good marks. and as far as client server architecture is concerned we know only the theory about it but none of us have tried implementing it practically.shalini_goel14Good harshita,
This was the thing I was expecting in your very first post of this thread. So you will make a webservice application right? What all technologies you have decided or planned to work on? Do you know how to make an application using simple client-server architecture? 😀Are you sure? This action cannot be undone. -
Member • Jan 29, 2009
ok harshita,harshithayes we have decided to make a web service application.Some of the terchnologies my friends suggested was that of providing a log in facility,registration facility and one of my friends even gave an idea of developing a dept website.please suggest some good services which you think would work out very well and fetch us very good marks. and as far as client server architecture is concerned we know only the theory about it but none of us have tried implementing it practically.
Your idea is also good but getting marks depends lot on your unique way of making project. 😀.I believe making a department site is the easiest example of using SOA. So start working over it.
One more thing let us know which languages you people are going to use? What is going to be Front-end? Back-end? etc.Are you sure? This action cannot be undone. -
Member • Jan 31, 2009
we have decided to develop the front end with ASP.Net and the back end with Oracle.Are you sure? This action cannot be undone. -
Member • Jan 31, 2009
Good then it is darn easy to do. Required any help? Post here. I don't think so you require any SOA in this.harshithawe have decided to develop the front end with ASP.Net and the back end with Oracle.
By the way, can you put some light on your SOA knowledge here?😀Are you sure? This action cannot be undone. -
Member • Feb 4, 2009
now please tell me how to create , implement and deploy my own SOA from scratch and writing code for everythingharshithayes we have decided to make a web service application.Some of the terchnologies my friends suggested was that of providing a log in facility,registration facility and one of my friends even gave an idea of developing a dept website.please suggest some good services which you think would work out very well and fetch us very good marks. and as far as client server architecture is concerned we know only the theory about it but none of us have tried implementing it practically.Are you sure? This action cannot be undone. -
Member • Feb 4, 2009
Harshitha, you need to do the following things first -
1. Create a logical flow of the application(s)
2. How the user is going to interact with the systems
3. Once that is done, you can separate the distinct parts into different modules
4. The interactions between these modules can be the services that you want
5. Each module can have that service exposed through an interface
For eg. If you are going to make hotel management system, make a Customer Registration module, a Billing module, a CRM module, and make them talk to each other. So a billing module would need information from the registration and crm module. the CRM module would need information from the registration module, and so forth.
Hope this helps.Are you sure? This action cannot be undone. -
Member • Feb 4, 2009
Hey kidakaka Sir,
What an answer !. Thanks for clearing even my concepts also. 😀Are you sure? This action cannot be undone.