I try finding a good way to develop a software project instead of spending a lot of time in the development and coding phase but I do not find a suitable solution.
I know a little about Visio – Rational Rose – Paradigm and other UML tools.
What are the good analysis and design tools that i may use in OOP, OOD, Data Structures and Design Patterns ?
May you inform me with the best software or the one you tried and found it good to do that ?
Is there any software tool that we can provide it with the analysis and design of the project in the format of database including tables and its relations OR the format of Object Oriented Programming inclusing Classes and their realtions then to provide us with the whole software project written in the specified programming langauge like PHP – ASP – JSP or any other langauge ??
Thanks in Advance …
I don’t know of any tool that, out of the box, allows you to model the whole system graphically (using e.g. UML) and then generates a complete, working, full stack application (i.e. UI + Domain Logic + Persistence).
There are some options that will give you some of the above however:
I’ve used all three on projects, would summarise as follows:
Which route you take (if any) will really depend on where your priorities lie.
hth.