I just began to study Java Core and hence have a dummy question to developers. What Java technologies and in general what Java knowledge is required for building process application in Bonita? What shall I study in the first place?
To start creating your process I think only very basic knowledge of Java is needed.
I would recommend to start with “The Java Tutorials” available on Oracle web site.
I think you should at least try to read:
- Getting Started
- Learning the Java Language
- Essential Java Classes
- Collections
After “Learning the Java Language” you should have enough to start creating a process, but learning about “Collections” would be mandatory when you deal with list of data.
Also when working with form I would recommend to learn JavaScript basics and also take a look at JSON.
Hello,
I have worked with Bonita Studio for 4+ years.
I dont have Java knowledge. Only a small amount of groovy/java is required to work with in Bonita studio. Most of the code can be found online by googling. All required REST API is already created by Bonitasoft and is ready to use.
regards
Hello,
You can work on Bonita without any Java knowledge. However, some groovy/java scripts are required for the flow. But we have templates and if you are a bit familiar with coding it should not be a huge deal.
But, unless you are trying to make custom connectors and stuff like that then you might neeed some Java knowledge.