• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Should I know .NET

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Dwight Peltzer welcome to te forum
I have knowledge of J2EE but no idea of .NET will this book help me to understand the concept of .NET

~JANI
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jan,
I guess we need to understand both J2EE and .NET in order to understand the book. Since it is talking about how J2EE works together with .NET, if we dont know .NET, it is difficult to understand some of the concepts.
Of course, the book may give a brief intro. on both J2EE and .NET, but if we know more, it, of course, makes us easier to understand more.
In fact, I know nothing about .NET, but many people said the idea is very similar to J2EE, just using different programming languages to implement.
Nick
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How much pre-existing knowledge about .Net would we have to know in order to get something out of the book?
Allan
 
Author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book is a general overview of both technologies, and is not meant to be a complete reference. I believe the chapter on third party vendors (Chapter 8) is the heart of the book. Third party vendors like JNetDirect offer a wonderful tool called JSQL Mapper which maps Java data to SQL Server 2000 in seamless fashion. The JDBC driver JNetDirect offers is the best third party business solution out there. DPeltzer
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the more answers i read about the book the less i am convinced it actually discusses the interoperability of j2ee and .net. Can you please help me out of this sales pitch issue.?
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dwight Peltzer:
I believe the chapter on third party vendors (Chapter 8) is the heart of the book. Third party vendors like JNetDirect offer a wonderful tool called JSQL Mapper which maps Java data to SQL Server 2000 in seamless fashion. The JDBC driver JNetDirect offers is the best third party business solution out there.


I think this isn't really the thing the reader wants to know is it? If I've got a problem, I want to know ways to solve this problem. Of course there are tools from third party vendors that can help me solve the problem. But I want to know about technologies, workarounds.
JSQL isn't that special I think. I may be wrong, but I've heard a lot about similiar tools but free that Map Java Data to a JDBC Supported Database Server. And building a JDBC driver isn't that difficult at all, I've done it before. Also there already is a non-commercial JDBC Driver available, alright it is JDBC 2.1 not JDBC 3.0. http://jtds.sourceforge.net/. Why is JNetDirect the best solution? What arguments do you have? I'm very interested.
Yours,
Mark Monster
 
Jan Jani
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The book is a general overview of both technologies, and is not meant to be a complete reference


It means we need to understand both J2EE and .NET in order to understand the book.

~JANI
 
Nicholas Cheung
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since the book is not a textbook for teaching readers J2EE or .NET technologies, we expected that it wont cover much on how J2EE and .NET work.
The target readers of the book are those who know J2EE and .NET, and those have needs to make the 2 systems interact with each other. Thus, if you dont know both technologies (at least need to know some basic concepts), the book may not suit you.
Nick
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic