How to building own java framework -


I and my friends do the same projects in Java. We decided to make a framework for myself but I do not know how to follow the technical method? How to optimize our structure for every project? How to design template engine for example? Should we be represented by other frameworks (spring, struts, izb etc)? We want to develop this structure. Are you advising me

From my experience, if you are not rich, the first thing you need to do is identify a place Make and pay for the first development is a customer.

After that, you have to develop a solution with some good code architecture that allows you to distribute something good at the same time, and can be optimized for other similar customers.

Sometimes, you can also try to become a partner with your first customer, provide feedback and can help you get other clients (sometimes, this one Win-win deal and they can help you sell your software right contacts).

At the same time, you need to see a dream about your product. It depends mostly on your niche characteristics, which backend do they use? What OS? Do they want to integrate with any other product? Other platforms (for example mobile)?

This is not the work of the developer, but it is handed over to a product manager like a marketing task, so my tips are basically here

  • creating such things
  • Learn about your niche
  • Try setting up a partnership
  • A good / experienced product Find Manager

Good luck


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -