Applications Server from Microsoft

  • Thread starter Thread starter Mario Reiley
  • Start date Start date
M

Mario Reiley

Hi, Group, Which would be of the equivalent J2EE of Applications Servers
like (JBOSS,BEA,JONAS) from Microsoft.

please let me know.

Best Regard
MArio
 
Mario,

There is no equivalent of those apps from Microsoft. Rather, all of the
components are there to create your solution, you just have to string them
together. What exactly are you looking for? J2EE, etc, etc, cover a broad
range of functionality. If you can describe your needs, we could make a
better recommendation as to what to use.

Hope this helps.
 
Well Mr. Paladino I am looking for exactly, A container for Deployment my
bussines components
and this container managament the :Cycle of life of this components,
Transactions and persistence)

I this container can render me this components for using in Cliente
applications Like:WEB Browser,WinForms Applications
and Mobil Applications.


I hope you get it my idea.

Mario


Nicholas Paldino said:
Mario,

There is no equivalent of those apps from Microsoft. Rather, all of the
components are there to create your solution, you just have to string them
together. What exactly are you looking for? J2EE, etc, etc, cover a broad
range of functionality. If you can describe your needs, we could make a
better recommendation as to what to use.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mario Reiley said:
Hi, Group, Which would be of the equivalent J2EE of Applications Servers
like (JBOSS,BEA,JONAS) from Microsoft.

please let me know.

Best Regard
MArio
 
What you're describing is a part of the server operating systems from
Microsoft.
All of this is available in Windows 2000 and Windows Server 2003 -

For Web-based app you have IIS - Internet Information Services;
For Windows-forms apps - you have client-side rich UI (smart-client
applications) and Web-Services on the Server side (again through IIS).
For Mobile apps, you can use the buit-in Mobile controls that are an
essential part of .NET Framework 1.1 and an add-on in .NET Framework 1.0.

Hope that will help you,

Regards,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA
eAgility LLC
Mario Reiley said:
Well Mr. Paladino I am looking for exactly, A container for Deployment my
bussines components
and this container managament the :Cycle of life of this components,
Transactions and persistence)

I this container can render me this components for using in Cliente
applications Like:WEB Browser,WinForms Applications
and Mobil Applications.


I hope you get it my idea.

Mario


message news:[email protected]...
Mario,

There is no equivalent of those apps from Microsoft. Rather, all of the
components are there to create your solution, you just have to string them
together. What exactly are you looking for? J2EE, etc, etc, cover a broad
range of functionality. If you can describe your needs, we could make a
better recommendation as to what to use.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mario Reiley said:
Hi, Group, Which would be of the equivalent J2EE of Applications Servers
like (JBOSS,BEA,JONAS) from Microsoft.

please let me know.

Best Regard
MArio
 
Back
Top