I'm using Spring in my Java EE application . the users of my application can download files , I used a servlet for that . I can also open .txt and photos online using blob .
Is it possible to open a .doc file online using office word online via my java application ? is there any other solutions ?