xsl asp.net open source projct [closed] - asp.net

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
can any one indicate a asp.net open source project based on xsl?
Thanx.

Assume you need open source projects which manage presentation using xml, xsl and xslt...
There are some projects available in CodePlex
AspXslt
AspXslt is an easy way of separating presentation layer from business logic by using an HttpHandler to transform XML documents generated by your custom components. It can be the foundation of a bigger project like a CMS or MVC application.
It's developed in C#.
Landscape - XSL Presentation Framework
Landscape is a flexible presentation framework for ASP.NET web applications written in C# and based on the XSLT language.
It is meant to take care of all the operation necessary to produce well-formed, clean and reusable (X)HTML code.
It currently supports the following features:
Nestable templates
Template2Template parameters
Custom reusable presentation code definition (widgets)
XSLT template caching
An XSLT Extension providing a very basic (for now!) set of function for use into XSLT templates

Related

portlet/servlet abstraction [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
is there a good library, that abstracts the differences between servlets/portlets/ concerning views?
Specifically I want to be able to write a view once and use it in a simple webapp or in a portlet. It may be a tag library, or a template language or whatever there is.
It should make development dead simple and reuse possible and abstract things like servlet session/portlet session, renderRequest/servletRequest/
A portlet is a webapp. There could be some differences according to the Framework you use but you can write a "classic" java webapp then configure it to be a Portlet (with the portlet.xml and with a PortletBridge).
For example, if you use JSF, you can juste write a class which extends GenericPortlet and which will redirect each portlet action to your JSF lifecycle. You can use the JBoss PortletBridge for example.
There is also IceFaces for JSF portlets. But you can also use any Framework (Struts2, Struts, Vaadin etc.).
Hope it helps.

Automated GUI Testing for Qt WebKit application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm writing a Qt application that uses a QWebView to host the UI. Similar to the ImageAnalyzer example in the Qt SDK samples.
I would like to test this UI using an automated method. A scripting interface like Selenium Web-Driver would be preferable.
Any recommendations/examples on how to do this?
Edit:
I'm looking for a solution can identify HTML elements via classes and id's so that it's maintainable and robust to change.
Tools like Sikuli (which are appearance based), don't satisfy this criterion. Note: I believe those are great for quick one-off scripting, they just don't work very well across many different platforms/configurations and over time for my purpose.
There is a WebDriver implementationfor Qt: https://github.com/cisco-open-source/qtwebdriver
Using Selenium tests and this WebDriver you can automate QtWebkit, widget and QML applications
So, I'm not sure this would satisfy your "Qt application that uses a QWebView" requirement, but when you say "I'm looking for a solution can identify HTML elements via classes and id's so that it's maintainable and robust to change." I can think of WatiR (which is a "browser driver").
It's open source so perhaps you could adapt it to drive your application.
There is also a .Net version called WatiN, but then you are restricted to Windows.

Eclipse RCP/RAP: Can anyone recommend a data-binding framework? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
I have been given the task of porting an Access application to Eclipse RCP/RAP. The databases will remain unchanged, just the front-end will be redeveloped.
Having spent some away from eclipse development, I'm wondering what kind of support is available for data-binding to databases. What about controls such as DataGrid (edit/insert/delete rows), multi-line list items and so on?
What frameworks are there? Which ones are still being actively developed?
Thanks!
I'm not aware of any possibility to bind widgets directly to a database. You'll need to build a Java representation of your database models. Depending on the size of your project, Hibernate or EclipseLink will be preferable to JDBC.
JFace provides data binding that is easy to include into an RCP application. And with Grid and NatTable, there are two SWT implementations of advanced tables available, but I don't know how well they are supported by JFace data binding. Check the nebula project for other advanced widgets.
Eclipse Riena also provides advanced data binding (by conveniently wrapping JFace), but this is only one of many features. There is an experimental implementation that allows to run Riena applications on RAP.

Free cross browser reporting tool for ASP.Net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any free/open source X-browser tool ?
X-browser is primary thing.
fyiReporting
The fyiReporting RDL Project is a powerful report and charting system based on Report Definition Language (RDL). Tabular, free form, matrix, charts are fully supported. Report output may be displayed as HTML, PDF, XML, .Net Control, Web Archive, and to a printer. Libraries exist for use in your ASP.NET, Windows .Net, and command line applications.
You could refer to Open Source .Net Reporting Tool
Not sure what you want to do, but if you create PDF reports, you can just use Acrobat Reader, or the Acrobat Browser Plugins to view reports?

MVC / ASP.NET design templates [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anyone know of any good sites to download good design templates (master pages, css files) for MVC projects, or ASP.NET projects in general? I've used the asp.net mvc gallery but the options there are pretty limited. I'm willing to pay for some if they are good.
http://www.templatemonster.com
cheap and pretty professional.
take a look at this project : http://mvccontribgallery.codeplex.com/
there are many ASP.NET MVC design samples inside this project.
I've easily fitted templates from the likes of Free CSS Templates in to numerous ASP.NET and ASP.NET MVC sites - they are very clean HTML and CSS templates, often built around common elements, so that once you've built your MasterPage changing to another one is often as simple as updating the CSS reference and changing some images.
Obviously there's a bit more work if you want to swap from a horizontal to vertical navigation, but it's not that hard.
All of the best examples of websites built on ASP.NET are hosted on CodePlex. Take a look at BlogEngine.Net if you are wanting a good ASP.NET example website or if you are looking for a specific library or type of ASP.NET MVC site then you can use the sites search capabilities to find whatever you are looking for. CodePlex is the site for open source .Net technologies like ASP.NET and ASP.NET MVC. ASP.NET MVC futures is also hosted at codeplex if you are looking for additional features

Resources