SubSonic 2.2 making template for DBF files - subsonic

I have SubSonic 2.2 and I have some DBF files that I need to use for a project. I'm wondering if it's possible to edit the .aspx templates to work with DBF? Has anyone tried this and have a working template?

Related

How can I create Liferay web content structure's outside of Liferay configuration?

I'm very new to Liferay theme development and i'm trying to find the most optimal workflow for development.
So I've been experimenting with creating Web Content Templates and Web Content Structures within Liferay CMS configuration.
What I would ideally like to do is create my view "Web Content Structure" outside of Liferay configuration and instead have it as a view/template inside my theme files so that I can have my code peer reviewed and version controlled in Bitbucket.
Is this possible?
Alternatively is there a way to output the values of a given web content instance within my theme?
I'm building a theme for Liferay 7 by the way.
Thanks in advance
Richard
You can copy and paste the structure when you create them form the LFR editors into your source code repository.
Also if you know how to define the JSON you can do it straight in the file. The free market templates are even easier to edit in file format. When you're done, you need to go and upload the artefacts to the portal via the editor/file upload option.
You can't stick it into the theme because that approach would not allow you to do updates.
You can search for a community plugin or write your own one that would do structure/template updates during deploy.

Talend (Placing the Xls file in sharepoint)

I am quite new for the Talend tool.
I have the requirement to place the xls/.csv file in sharepoint application using Talend.
How can I achieve this and which components we need to use to achieve the result.
You can try using tFileFetch component.
In the advanced settings enable Upload File option.
You can refer this link

I want to know the source files for this liferay 6.2 search portlet(jsp and java)

I am working in liferay 6.2 search portlet. I want to know the source files for this search portlet(jsp and java). I have searched the files in my whole project but i cant find the files. Thanks in advance
Here are locations you are looking for:
portal-web/docroot/html/portlet/search/..
portal-impl/src/com/liferay/portlet/search/..
JSP files can be found inside ROOT
1. /html/portlet/search
2. /html/taglib/ui/search (start.jsp)
For java files open portal-impl.jar file and search for all search API classes.
And if you really want the source - past and future versions of it - then please visit: Liferay Portal Github Page

SubSonic and SQL Azure

I wrote an e-commerce app and used SubSonic 2.2 to generate the Data-Access-Layer.
It works perfectly with Sql Server 2005 and 2008.
However I would like to add support for SQL Azure.
Does anyone know if the code generated by SubSonic 2.2 with work with SQL Azure?
Side note:
If there are big issues I may scrap the 2 yrs old Data-Access-Layer and use Telerik ORM.
thanks
I'm not that familiar with SQL Azure, but I understand it supports T-SQL. In that case, it shouldn't be too difficult to adapt SubSonic to it.
However, changing the template files will not be enough, you will need to modify the source project and rebuild it. I say this because the SubSonic dll contains references to the various ADO.Net providers it supports (Microsoft.Practices.EnterpriseLibrary.Data, MySql.Data, System.Data.SQLite, System.Data.SqlServerCe).
I would consider / strongly advise using something like EntityFramework which is fully supported. Other fully support ORMs include Lightspeed, nHibernate etc.

Subsonic and sp_help_job

Is it possible for subsonic to access dbo.sp_help_job?
SubSonic is an ORM tool that also wraps SP's but does not generate code for system SP's and the project is open source so you can edit the code to your need

Resources