Add multiple external javascript files in vaadin

Hi Guys,

Could you please let me know how to include multiple external javascript into the application from vaadin before the page is rendered. I have tried @Javascript annotation and it works fine but as I have multiple js files the annotation gets too long.