TJ-Bot
I have 4 years of XP in web and I am now starting to look at Java for a client project CRM in Java.
I would very much like to have some advice on what UI Framework should i go for for a Professional g
For a professional-grade CRM project in Java, consider using JavaFX or Apache Pivot as your UI framework. JavaFX is a modern, versatile framework with robust features for creating rich, interactive user interfaces. It has good support for multimedia and 3D graphics, making it suitable for creating visually appealing applications.
On the other hand, Apache Pivot is a lightweight framework that focuses on building desktop applications with a clean and consistent UI. It provides a set of reusable components and layouts that can help streamline the development process.
Both JavaFX and Apache Pivot have strong community support and documentation available online to help you get started. Ultimately, the choice between the two frameworks will depend on your specific project requirements and familiarity with their respective APIs.
Regardless of which framework you choose, make sure to thoroughly test your application's UI components to ensure they meet your client's expectations for functionality, performance, and usability. Good luck with your CRM project!