Help in product development
-
Hi I am need to develop a product. But am not at all aware of any architecture/designing modules. I know something that a product should meet certain standards like it should support pluggability of other products . Can any one suggest me any references for development of a product kind. Architecture to follow? Can any one suggest me please. Naina
Naina
-
Hi I am need to develop a product. But am not at all aware of any architecture/designing modules. I know something that a product should meet certain standards like it should support pluggability of other products . Can any one suggest me any references for development of a product kind. Architecture to follow? Can any one suggest me please. Naina
Naina
Its a very generic question. It would be difficult for anyone to answer unless you will mention your specific need.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
-
Its a very generic question. It would be difficult for anyone to answer unless you will mention your specific need.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
Actually i asked in general only, but here is my need. I have an intranet application developed with many modules like leave management system, travel system, HR modules, Appraisal System. Now this intranet application should be converted to a product so that it can be used by any organisation if given to them. So i want how can i startup for this? What kind of architecture to be followed? Any reference for this? Naina
Naina
-
Actually i asked in general only, but here is my need. I have an intranet application developed with many modules like leave management system, travel system, HR modules, Appraisal System. Now this intranet application should be converted to a product so that it can be used by any organisation if given to them. So i want how can i startup for this? What kind of architecture to be followed? Any reference for this? Naina
Naina
Hi Naina , Good question..... but don't you think that every organization will have different business logic for HR ,leaveManagement, Travel ETC, So in this case I think the main change would be at business layer ????
-
Hi Naina , Good question..... but don't you think that every organization will have different business logic for HR ,leaveManagement, Travel ETC, So in this case I think the main change would be at business layer ????
Hi Nishant, Thanks for your reply, but my question is like i am once again starting development but keeping in mind the application to be as a product. My Intranet applicaiton hav no documents to refer, for me to get an idea what kind if architecture it has? So i have to start everything freshly. How would i start? I dont have any guidence over this. Naina
Naina
-
Hi Nishant, Thanks for your reply, but my question is like i am once again starting development but keeping in mind the application to be as a product. My Intranet applicaiton hav no documents to refer, for me to get an idea what kind if architecture it has? So i have to start everything freshly. How would i start? I dont have any guidence over this. Naina
Naina
Hi Naina, I think the best approach will be to segregate the Presentation Layer Business Layer Data Access Layer Use Business Layer for the customised business rules for the organization But the drawback is you have to write seperate business layer each time you deploy it for a different organization. What I think is Use Factory pattern , Meaning Add a Abstract Class BusinessLayer and Let BusinessLayer for all organization inherit from it , and return new BusinessClass Object as applicable Nish
-
Hi Naina, I think the best approach will be to segregate the Presentation Layer Business Layer Data Access Layer Use Business Layer for the customised business rules for the organization But the drawback is you have to write seperate business layer each time you deploy it for a different organization. What I think is Use Factory pattern , Meaning Add a Abstract Class BusinessLayer and Let BusinessLayer for all organization inherit from it , and return new BusinessClass Object as applicable Nish
Thanks a lot for your answere. I will try implementing as you hav said. Naina
Naina