473,473 Members | 1,457 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Webapplication on its own

Hi all,

I earlier post about wanting to create my own database for webpurposes. But
you've recommended me not to do this! ;-)

But maybe you can help me on this. I want to create a Webapplication
framework, and it need to run on a default IIS, with .NET Framework running.
And no database server is needed.

I divided my project in:
- Data: opening, saving and editing
- Caching: output and data
- Divide content and layout with XML and XSLT

I want to create a web-platform on which I can create objects, insert/update
these objects into the data-layer and present them as XML to the
XSLTransformer to create (X)HTML and style it with CSS.

I want to create a very dynamic and general datamodel, so I can create any
webapplication/website I want. This is a small idea:

Container 1---n Item 1---1 Page 1---n Group 1---n Field

So I have a container which can contain 1 or more Item(s). Each Item has 1
Page. Each Page contains 1 or more Groups, which can contain 1 or more
Fields. Now it is possible te create any type of webpage. Field will have a
property Type, which can be a Date, Time, HTML, Plain text, Dropdown,
Multiselect or Boolean.

This is my first idea. Do you have any idea how to setup a good data-layer,
for saving these object etc.? And I cannot use a normal database. I already
build a DLL with all the objects (Container, Item, Page, Group, etc.) and
its relations. And I have build an XML/XSLT layer for presentation.

Thanks in advance!

Gr.,
Jelle

Feb 23 '08 #1
3 1188
Eventually I also want to be able to create extra DLL's with plugin
features, like connecting to a webservice or connect with the Flickr-API.

Feb 23 '08 #2
Jelle,

Not that I want to shoot your ideas down, but why do this? What does
ASP.NET ^not^ offer you which you are trying to do here?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Jelle de Jong" <je***@nospam.hoest.nlwrote in message
news:47***********************@news.kpnplanet.nl.. .
Hi all,

I earlier post about wanting to create my own database for webpurposes.
But you've recommended me not to do this! ;-)

But maybe you can help me on this. I want to create a Webapplication
framework, and it need to run on a default IIS, with .NET Framework
running. And no database server is needed.

I divided my project in:
- Data: opening, saving and editing
- Caching: output and data
- Divide content and layout with XML and XSLT

I want to create a web-platform on which I can create objects,
insert/update these objects into the data-layer and present them as XML to
the XSLTransformer to create (X)HTML and style it with CSS.

I want to create a very dynamic and general datamodel, so I can create any
webapplication/website I want. This is a small idea:

Container 1---n Item 1---1 Page 1---n Group 1---n Field

So I have a container which can contain 1 or more Item(s). Each Item has 1
Page. Each Page contains 1 or more Groups, which can contain 1 or more
Fields. Now it is possible te create any type of webpage. Field will have
a property Type, which can be a Date, Time, HTML, Plain text, Dropdown,
Multiselect or Boolean.

This is my first idea. Do you have any idea how to setup a good
data-layer, for saving these object etc.? And I cannot use a normal
database. I already build a DLL with all the objects (Container, Item,
Page, Group, etc.) and its relations. And I have build an XML/XSLT layer
for presentation.

Thanks in advance!

Gr.,
Jelle
Feb 23 '08 #3
I just want to build an application where everything is divided, so i can
easily adjust my layout by fixing some XSLT files, of adjust my data-layer
when I want more data.

But what are your ideas about this?

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:89**********************************@microsof t.com...
Jelle,

Not that I want to shoot your ideas down, but why do this? What does
ASP.NET ^not^ offer you which you are trying to do here?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Jelle de Jong" <je***@nospam.hoest.nlwrote in message
news:47***********************@news.kpnplanet.nl.. .
>Hi all,

I earlier post about wanting to create my own database for webpurposes.
But you've recommended me not to do this! ;-)

But maybe you can help me on this. I want to create a Webapplication
framework, and it need to run on a default IIS, with .NET Framework
running. And no database server is needed.

I divided my project in:
- Data: opening, saving and editing
- Caching: output and data
- Divide content and layout with XML and XSLT

I want to create a web-platform on which I can create objects,
insert/update these objects into the data-layer and present them as XML
to the XSLTransformer to create (X)HTML and style it with CSS.

I want to create a very dynamic and general datamodel, so I can create
any webapplication/website I want. This is a small idea:

Container 1---n Item 1---1 Page 1---n Group 1---n Field

So I have a container which can contain 1 or more Item(s). Each Item has
1 Page. Each Page contains 1 or more Groups, which can contain 1 or more
Fields. Now it is possible te create any type of webpage. Field will have
a property Type, which can be a Date, Time, HTML, Plain text, Dropdown,
Multiselect or Boolean.

This is my first idea. Do you have any idea how to setup a good
data-layer, for saving these object etc.? And I cannot use a normal
database. I already build a DLL with all the objects (Container, Item,
Page, Group, etc.) and its relations. And I have build an XML/XSLT layer
for presentation.

Thanks in advance!

Gr.,
Jelle

Feb 23 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bernie V | last post by:
Hi group, Is this possible to run a webapplication in ASP.NET on a Mac ? If so, what package (Framework for the Mac ????) has to be installed on the client ? Thx in advance grz Bernd
2
by: Martin | last post by:
Hi! I'm new to ASP.NET WebApplications and wonder whether I've missed something out when programming it. I'm grateful for any hints to this problem! Thanks very much for your efforts! Martin...
4
by: Gopal Prabhakaran | last post by:
Dear All, In one solution , I have 2 webapplication, now i want transfer one control form webapplication 1 to webapplication 2. Pls help ASAP Millions of Thanx in advance.
1
by: Gopal Prabhakaran | last post by:
Dear all, Pls help me to do : How to share session value between 2 different webapplication I am using sqlserver to store session Both the web application running in same web server Pls...
1
by: far | last post by:
Hi every bod when i want to create a webapplication in visual basic.net this message is appeared "titel :web access failed what can i do for this problem thanks goodby
1
by: Fabrizio | last post by:
Hi, I would like to start my webapplication in a window browser without address bur, toolbar etc... like a window modal . Can I? how? Thank you fabrizio
2
by: 1idMonk | last post by:
Just installed Windows XP Professional Upgrade on my Inspiron 9300 notebook. I had Windows XP Home Edition prior to the upgrade. Visual Basic .NET 2003 is installed and many projects are...
0
by: vidya pawar | last post by:
Hi, I have created a Asp.net Web Application. In this web application I want to use native VC++ dll . I have used "dllImport" atribute. This works fine in Asp.net console Application. While...
4
by: =?Utf-8?B?QWxleCBNdW5r?= | last post by:
My Web application is developed in C# Visual Studio 2005 Professional. After deploying the application to the production server I am getting the following error: <%@ Application...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.