There is no emoticon for what I am feeling!
Originally posted by Sergey Smirnov:
JSF is like a SWING, but for the web. Does the SWING require any client scripting?
There is no emoticon for what I am feeling!
Originally posted by Sergey Smirnov:
It is interesting when somebody starts talking about AJAX application programming, it, automatically, means JavaScript programming. So, AJAX program debugging is a JavaScript debugging as well. This meaning, actually, might have a good outcome in the future and a lot of well designed JavaScript tools appear on the market.
Personally, I suggest that using JavaScript hard codding is absolutely unnecessary when we speak about JSF and AJAX. JSF is like a SWING, but for the web. Does the SWING require any client scripting?
Originally posted by Eric Pascarello:
There is still JavaScript code on the page. There can still be issues with it if the person that developed it did mistakes. I have found a lot of bugs in frameworks already and they still exist. You ned to learn how to debug the JavaScript. Just because you are using a framework or library does not mean there is not JavaScript involved.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
How many time you spend to debug the part of the SWING that represents UI on the screen such as drawing the border lines? JSF stands for JavaServerFaces. So, it is not a secret that server plays important important role. Should this specific reflects on the paradigm, how the AJAX works? I cannot say for MyFaces and ADF, but in Exadel VCP the Javascript plays very limited role bringing request data from clent to server and replacing the portions of the page when the response comes. There is no application specific javascript code and end developer does not have to write it.Originally posted by Ilja Preuss:
Exactly.
As an experienced Swing developer, now and again I debug into Swing code. Sometimes just to find out what about how I used it was wrong.
How many time you spend to debug the part of the SWING that represents UI on the screen such as drawing the border lines?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Lasse Koskela:
What Eric is trying to say is that even though you wouldn't have to write any JavaScript yourself, using server-side framework X, you still might need to debug a problem by looking at both what you wrote (JSF markup) and what the framework has generated into the HTML.
Maybe he went home and went to bed. And took this tiny ad with him:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
|