473,769 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.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 7393
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 "Understand ing 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*****@h0tmai 1.com> wrote in message
news:eR******** ******@tk2msftn gp13.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 "Understand ing 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.Enterpri seServices 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************ *************** *************** ***@home.se> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
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*****@h0tmai 1.com> wrote in message
news:eR******** ******@tk2msftn gp13.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 "Understand ing 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
1946
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
320
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 wizards is this true ??? Thanks!!!!
3
1650
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) I get an error in my .NET code when I instantiate the particular web service, the error says that a org.sax.exception : deserializer for QueryBean qb is
2
7716
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
2153
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 from a SQL table. I need to repeat the layout of my web form in one single page, each time with data taken from the SQL table row. I don't want to put those data rows into a datagrid because I have my own form that I want to populate with a specific...
9
3298
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: .... <%@ page language="java" import="reportgen.*"%>
1
2337
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 an interface to the Java bean? At now every people I know told me there is no way ... Thank You very much
1
1465
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? thanks scottm
1
1338
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
3810
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' xmlns:rs='urn:schemas-microsoft-com:rowset' xmlns:z='#RowsetSchema'> <s:Schema id='RowsetSchema'> <s:ElementType name='row' content='eltOnly'> <s:AttributeType name='FIELD' rs:number='1' rs:nullable='true'> <s:datatype dt:type='string'...
0
9589
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9997
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5310
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3965
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.