| Author |
Ajax in practice: server side technology?
|
Khaled Mahmoud
Ranch Hand
Joined: Jul 15, 2006
Posts: 360
|
|
Hello book authors, What is the server side technology illustrated in this book? Is it Java or .NET. Does this book require the use of a certain IDE or tool. Regards, Khaled Mahmoud. [ April 10, 2007: Message edited by: Bear Bibeault ]
|
SCJP, SCJD,SCWCD,SCDJWS,SCEA 5 MCP-C#, MCP-ASP.NET - http://www.khaledinho.com/
Life is the biggest school
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
|
From what I've read from the forum, Ajax in Practice's server-side code is Java focused.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Prithiraj Sen Gupta
Ranch Hand
Joined: Sep 13, 2006
Posts: 92
|
|
hello, I dont know whether the book AJAX IN PRACTICE is java or .net focused. But i feel it hardly matters. If the book is focused on any particular server side language it makes little difference. I think, the syntactical difference between Java and .net in the sever side wont be a trouble. You have to use the same logic(same in .net), which matters. If you find any difficulty in reading Java Syntax then go through that word in JAVA API provided by the sun. Moreover, the authors will never give more emaphasis on the server side language in the book. They will provide the server part just for the illustration of the AJAX application. Thanks & Regards Prithiraj [ April 10, 2007: Message edited by: Prithiraj Sen Gupta ]
|
 |
David C. Crane
author
Ranch Hand
Joined: Oct 13, 2005
Posts: 59
|
|
Hi Khaled, The server-side examples in the book are Java / JSP - based, but as Prithiraj said, the focus is on client-side techniques in all cases, and the server-side code is simply there to fill in the gaps. Certainly, in the chapters that I wrote, I made sure the server-side logic was as generic and straightforward as possible, to make sure that everyone can understand it, and I know that Bear and Jord did the same. Dave
|
---<br />Author of...<br />'Ajax in Action' <a href="http://manning.com/crane" target="_blank" rel="nofollow">http://manning.com/crane</a><br />'Prototype & Scriptaculous in Action'<br /><a href="http://manning.com/crane3" target="_blank" rel="nofollow">http://manning.com/crane3</a><br />'Ajax in Practice'<br /><a href="http://manning.com/crane2" target="_blank" rel="nofollow">http://manning.com/crane2</a>
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
|
|
|
And, no particular IDE is needed.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Ajax in practice: server side technology?
|
|
|