473,320 Members | 2,161 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

.net's altenative to java beans

HI
please could anyone give me any links/URL's that i could visit for good
tutorials / examples on what .net uses as an altenative to java beans ?

as far as i can find out it uses "com" and wizards is this true ???

Thanks!!!!
Nov 22 '05 #1
3 7178
The closest equivalent is Enterprise Services (also known as COM+ and
Component Services).

Just search "Enterprise services" on google/msdn.

As a start try the following link "Understanding Enterprise Services (COM+)
in .NET"
http://msdn.microsoft.com/library/de...ml/entserv.asp
Yes "under the covers" this technology uses COM+. Don't worry about that. If
you base your communication infrastructure on Enterprise Services now you
should have a smooth upgrade path to the next .NET communication framework
(codename "Indigo" - part of Longhorn).
Nov 22 '05 #2
I would worry alot, COM interp doesn't come cheap, nor does it come with out
complexity.

JavaBeans are just server components right? so you could instead build
remoting objects ( which is server components).

Depending on what services you need, there's probably a native .net way to
do it.

--
Patrik Löwendahl [C# MVP]
www.cshrp.net - "Elegant code by witty programmers"

'"richlm" <ri*****@h0tmai1.com> wrote in message
news:eR**************@tk2msftngp13.phx.gbl...
The closest equivalent is Enterprise Services (also known as COM+ and
Component Services).

Just search "Enterprise services" on google/msdn.

As a start try the following link "Understanding Enterprise Services
(COM+) in .NET"
http://msdn.microsoft.com/library/de...ml/entserv.asp
Yes "under the covers" this technology uses COM+. Don't worry about that.
If you base your communication infrastructure on Enterprise Services now
you should have a smooth upgrade path to the next .NET communication
framework (codename "Indigo" - part of Longhorn).

Nov 22 '05 #3
NO!

The OP asked about JavaBeans. JavaBeans is a component model and a set of
conventions posited by Java for allowing classes to be introspected and
toolable. In .NET, every class is a component. The .NET class is the
direct analog to a JavaBean.

If the OP is talking about Enterprise JavaBeans (EJB) , that is something
different. There is no direct analog in .NET for EJB, and it's a durn good
thing, too. EJB is much criticized these days for being complex, and hard
to use. EJB combines remoting, transactions, concurrency, persistence,
thread control, pooling, and component lifecycle all in one gloppy model.
yech.

In .NET,
- the System.EnterpriseServices namespace provides transactions, lifecycle,
and pooling. also some other things.
- There are several different ways to do remoting (among them, .NET
Remoting and webservices)
- lifecycle depends on the hosting model you use (Windows Service, versus
ASMX, or ASPX, or COM+ server app, self-hosted, etc...)
- persistence is generally table-oriented via typed DataSet, though there
are some O-R frameworks (eg, nHibernate)
- concurrency is handled by you
- threading is also under the app's control.
-Dino

"Patrik Löwendahl [C# MVP]"
<pa*********************************************@h ome.se> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I would worry alot, COM interp doesn't come cheap, nor does it come with
out complexity.

JavaBeans are just server components right? so you could instead build
remoting objects ( which is server components).

Depending on what services you need, there's probably a native .net way to
do it.

--
Patrik Löwendahl [C# MVP]
www.cshrp.net - "Elegant code by witty programmers"

'"richlm" <ri*****@h0tmai1.com> wrote in message
news:eR**************@tk2msftngp13.phx.gbl...
The closest equivalent is Enterprise Services (also known as COM+ and
Component Services).

Just search "Enterprise services" on google/msdn.

As a start try the following link "Understanding Enterprise Services
(COM+) in .NET"
http://msdn.microsoft.com/library/de...ml/entserv.asp
Yes "under the covers" this technology uses COM+. Don't worry about that.
If you base your communication infrastructure on Enterprise Services now
you should have a smooth upgrade path to the next .NET communication
framework (codename "Indigo" - part of Longhorn).


Nov 22 '05 #4

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

Similar topics

1
by: Ms.net | last post by:
Please, i need any tool which can help me( in a few step,wizard, by creating java equivalent class) to use my .NET webservices in Java application. Please help !!!!! really Easy tool
3
by: sickky | last post by:
HI please could anyone give me any links/URL's that i could visit for good tutorials / examples on what .net uses as an altenative to java beans ? as far as i can find out it uses "com" and...
3
by: GeRmIc | last post by:
Hello Friends, I am working on a project where the service provider is written in JAVA and the client is written in .NET (C#). The Server communicates with the client through Java Beans. (1)...
2
by: yaron | last post by:
Hi, for porting java to c# i need to know: What is the C#.NET equivalent for java.net.SocketAddress and java.nio.ByteBuffer ? Thanks.
0
by: donnet | last post by:
To those familiar with Java beans, question on how to do with ASP.NET: I come from J2EE and starting to learn ASP.NET and C#. I want to find a way to display a web form filled with data taken...
9
by: Stephen H. | last post by:
Hi, I have an existing web application with java beans that I wanne migrate to ASP.NET using C#. The existing web application has some jsp files that use java beans as follows: .... <%@...
1
by: Andrea Temporin | last post by:
Is there someone who can tell me if it's possible to call Java Beans from Visual Basic Applications (windows forms application I mean)? Can I Use J#? Is It possible to create a Java web services as...
1
by: Scott McFadden | last post by:
Has anyone consumed a .net webservice from java? What java library did you use to consume the .net webservice? Is their a java tool that generates the java Soap proxy code given the .NET wsdl? ...
1
by: Ing. Eduardo F. Sandino | last post by:
Hi, there is some tool, software to migrate .net projects to Java, specially WEB PROJECTS.... ? Can anyone help me.!!!!
3
by: roboB | last post by:
Whth .NET WS I have serialized an ADO.NET Recordset in an XML Stream like this: <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.