workflow for working with css/html designers?

hey,
ii am working on a website with backend serverside data,
i chosed to use vaadin. the issue is thst i would like to integrate with another team member that knows css/html./jquery.
we thought that i will design basic behaviours and content and he will make it friendlier and fancier. is that possible? for example, can he add some divs and elements? or will that contradict the concept that vaadin genererates the html on compilation?

i will be glad to get some nices tips ornworkflows.

thanks

yes you can but … you know vaadin tell you i’m the guy who can get the html , jquery , java script , cross browser’s issue ,lm lm lm … and you are my dear [ coding machine ]
in java and your ex-experinces with java … [ swt, swing, javaFX … etc ]
.

in my personal opinion. he can can take the theming job and custom functionality if you have.
I recommend also , if he just take a look to { the book of vaadin } if you wish.

the answer you looking for is in the CustomLayout see the book of vaadin chapter ‘6’ (
https://vaadin.com/book/-/page/layout.customlayout.html
).

so he can create what you said "
is that possible? for example, can he add some divs and elements?
.
and he can add 'JS ’ or anything you want.

for more look at chapter .[ 3 ]
… titled under “Architecture” & chapter [ 11 ]
“Advanced Web Application Topics” . section [ 14 ]
JavaScript Interaction.

i wish that helped you.