Offline Browser-Based Application

Offline Browser-Based Application

am 04.01.2008 21:36:47 von soroushe

Hi all -

I am starting a plan for building a web application based on .NET 2.0
Framework in conjunction with Spring Framework. However, my market
requirements requires me to allow the application to run completely
offline in the browser. Meaning, the same application that is deployed
on our servers, would have to be deployed (along with the DB) on the
client's machine and run completely disconnected.

Since this is new to me, I like to know if any one can point me in the
right direction in regards to the following questions.

1) How would such a application be installed on the client's machine?
2) What kind of DB would be feasable to run on the client's machine?
3) Once the application is installed, how could we deliver incremental
updates?

Any advice would be greatly appreciated!

Thanks,
S

RE: Offline Browser-Based Application

am 05.01.2008 01:43:01 von WilliamRandlett

This sounds like a smart client application, not a browser application.
Microsoft has just introduced the Sync Framework
(http://msdn2.microsoft.com/en-us/sync/bb821992.aspx) to help with the kinds
of applications that you are describing. There is also a synchronization
capabilility for Microsoft SQL Server and SQL Server Compact Edition.

William

"soroushe" wrote:

> Hi all -
>
> I am starting a plan for building a web application based on .NET 2.0
> Framework in conjunction with Spring Framework. However, my market
> requirements requires me to allow the application to run completely
> offline in the browser. Meaning, the same application that is deployed
> on our servers, would have to be deployed (along with the DB) on the
> client's machine and run completely disconnected.
>
> Since this is new to me, I like to know if any one can point me in the
> right direction in regards to the following questions.
>
> 1) How would such a application be installed on the client's machine?
> 2) What kind of DB would be feasable to run on the client's machine?
> 3) Once the application is installed, how could we deliver incremental
> updates?
>
> Any advice would be greatly appreciated!
>
> Thanks,
> S
>

RE: Offline Browser-Based Application

am 05.01.2008 01:47:01 von WilliamRandlett

Oops - SQL Server Express would be better than the Compact Edition for
desktops. Compact Edition is for Windows Mobile.

"William Randlett" wrote:

> This sounds like a smart client application, not a browser application.
> Microsoft has just introduced the Sync Framework
> (http://msdn2.microsoft.com/en-us/sync/bb821992.aspx) to help with the kinds
> of applications that you are describing. There is also a synchronization
> capabilility for Microsoft SQL Server and SQL Server Compact Edition.
>
> William
>
> "soroushe" wrote:
>
> > Hi all -
> >
> > I am starting a plan for building a web application based on .NET 2.0
> > Framework in conjunction with Spring Framework. However, my market
> > requirements requires me to allow the application to run completely
> > offline in the browser. Meaning, the same application that is deployed
> > on our servers, would have to be deployed (along with the DB) on the
> > client's machine and run completely disconnected.
> >
> > Since this is new to me, I like to know if any one can point me in the
> > right direction in regards to the following questions.
> >
> > 1) How would such a application be installed on the client's machine?
> > 2) What kind of DB would be feasable to run on the client's machine?
> > 3) Once the application is installed, how could we deliver incremental
> > updates?
> >
> > Any advice would be greatly appreciated!
> >
> > Thanks,
> > S
> >