Okay here comes the use case details
We have news articles in our web site and no of news articles are huge in number and appearing on different places on the site. For eg latest three news article on home page, latest 3 articles from each news category on news hub page and then list of news articles on news article page itself.
There are two ways to achieve this, One is to generate all the pages on addition of new news article in WCM or you capture the article details in the CMS and then populate article details on the portal database so that portal can fetch the information at run time.
In this scenario, we want to publish Article Title, id, date, body, summary fields in the database so that portal can display them at run time by fetching the values from news_article table.
Every article has pdf document also attached which we can deploy using File system deployment but to update the database is not working.
You mentioned lots of places in development guide this information is given but we tried to find this information and we are unable to find it anywhere.
I hope you do not need to read my mind any further and should have more detailed reply on this.
Thanks,
-Amar