473,320 Members | 2,071 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.

coming from j2ee and starting c#, wondering about custom tags?

Does c#/.net support custom tags like j2ee does? I don't mean to start a
flaming war, I'm just honestly looking to find out. From what I've
seen/google'd it doesn't, so I just thought I would ask here, maybe I was
missing something?

And while I'm at it, does c#/.net have something similar to ejbs? And what
about servlets? Do you call methods in dlls and that's the similarity
between servlets?

Thanks.
Nov 15 '05 #1
3 1073
I don't know if I'd say "like j2ee does", but if you mean something similar
to taglibs, then "perhaps". You can do this by writing server controls and
putting them in an assembly, then referencing that assembly from the pages
you want to use those server controls in. To use them, you insert
<prefix:control runat=server property1="value" property2="value"... /> into
your aspx page. Or, by adding it at runtime. It's a different model than
what I think you're asking, but it can behave similarly if you really want
it to.

When you ask about simliar to ejbs or servlets, I can't answer -- similar in
what aspect? The ASP.NET can be - it is HTML generated from code, somewhat
similar to servlets in that manner. By using ASPX pages, you can have the
framework generate some of the code for you, so it's similar to ASP in some
ways... but your question is a bit too vague to really be answered in this
forum.

"Flip" <[remove]ph******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Does c#/.net support custom tags like j2ee does? I don't mean to start a
flaming war, I'm just honestly looking to find out. From what I've
seen/google'd it doesn't, so I just thought I would ask here, maybe I was
missing something?

And while I'm at it, does c#/.net have something similar to ejbs? And what about servlets? Do you call methods in dlls and that's the similarity
between servlets?

Thanks.

Nov 15 '05 #2

"Philip Rieck" <st***@mckraken.com> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
I don't know if I'd say "like j2ee does", but if you mean something similar to taglibs, then "perhaps". You can do this by writing server controls and
Yes, I figured it was a bit of a vague question, but you did help me out.
ways... but your question is a bit too vague to really be answered in this
forum.

You did help me out, you started me in the right direction. Thanks.
Nov 15 '05 #3
"Flip" <[remove]ph******@hotmail.com> wrote:

And while I'm at it, does c#/.net have something similar to ejbs?


I wouldn't say equivalent or similar but you may want to check out Enterprise Services/Serviced Components:

Understanding Enterprise Services (COM+) in .NET
http://msdn.microsoft.com/library/de...ml/entserv.asp

..NET Framework Developer's Guide: Writing Serviced Components
http://msdn.microsoft.com/library/de...components.asp

Don't be repelled by the "COM" in "COM+" - its just a marketing name. "Component Services" doesn't exist within
..NET (yet) but its no problem to create Serviced Components in C#.
Nov 15 '05 #4

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

Similar topics

4
by: prabhat | last post by:
Hi, I am teaching myself J2EE. I have couple of books but how can I get practical experience? I installed trial version of IBM-websphere but it seems too complex for a beginner in J2EE. I...
15
by: Herman | last post by:
Hi everyone, I'm currently studying for my Master's in Computer Science, and I will be working on my thesis this summer. I've been thinking about constructing a web services application for my...
4
by: Sebastien Degardin | last post by:
Hello everyone, I just bough a book to learn J2EE (Sam's Learn J2EE in 21 Days) from ebay. This book is based on J2EE 1.3, i'm wondering if it's good to read this book or if it would be better...
6
by: Frank Rachel | last post by:
So I can focus on the correct areas of research, I was wondering if someone could give me the .NET equivelents for this J2EE architecture: JSP's make calls to local JavaBean Controls. The...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
66
by: flarosa | last post by:
Hi, I'm wondering if I can get a reasonably civil (without starting any huge wars) opinion on how server-side PHP compares to server-side Java. I've been strictly a Java developer for almost...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
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...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
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.