Hi!
I'm new to Alfresco, and I have a task to add a simple table at the bottom of the site page. The table should contain some data from the MS SQL database (not connected with Alfresco). (Installed Alfresco version: 4.2.0).
I've started from Alfresco Dev Guide and docs.alfresco.com, so I thought my issue could be solved using web scripts or server-sided java scripts. But I don't clearly understand how exactly should I operate with such tools: should I use eclipse IDE and Alfresco Maven SDK to build an extension, or just a simple .js file, which I will load using Alfresco Explorer, etc?
Appreciate any help.