Home » Archived » ATF » ATF documentation(Is there any documentation on ATF?)
|
Re: ATF documentation [message #489634 is a reply to message #489253] |
Mon, 05 October 2009 12:37 |
Jacek Pospychala Messages: 159 Registered: July 2009 |
Senior Member |
|
|
hi,
basically ATF provides two things:
1. Javascript debugger. You can launch it against some URL, e.g
www.eclipse.org, put breakpoints in javascript files and see how are
they executed.
2. Integration with Mozilla browser. This gives a better understanding
how does browser see and read your webpage. So you can see the HTML
document broken into DOM model, see the style properties for any HTML
document elements, see the network activity required to load the
webpage. You can also watch how Javascript expressions change and how
DOM model changes - useful when writing dynamic web sites.
We're working on updating the documentation and, being a low priority
task, it constantly slips to next milestone :-(
I should get it done finally. Thanks!
You can take a look at some vids at
http://www.eclipse.org/atf/flash/index.php
Is that helpful? What else would you like to know?
Jacek
ols6000@sbcglobal.net wrote:
> Is there any documentation on ATF? Basic stuff, such as what it is,
> and what it does? I can't find anything in the Wiki, FAQ, or articles.
>
> My interest is in debugging HTML + Javascript web pages.
|
|
|
Re: ATF documentation [message #489744 is a reply to message #489634] |
Mon, 05 October 2009 18:17 |
No real name Messages: 7 Registered: September 2009 |
Junior Member |
|
|
Jacek Pospychala wrote on Mon, 05 October 2009 08:37 | basically ATF provides two things:
1. Javascript debugger. You can launch it against some URL, e.g
www.eclipse.org, put breakpoints in javascript files and see how are
they executed.
2. Integration with Mozilla browser....
|
Yes, this is useful to know. It seems to be what I'm looking for.
Quote: | We're working on updating the documentation and, being a low priority
task, it constantly slips to next milestone
|
Let me advise you that having *some* overview documentation is the most important part of any sw project. Without it, potential users can't find out whether your product is appropriate, and few will try to use it.
The video you referenced (I only found 0ne) just shows how to create a project. In addition, I need to know how to start the debugger, set breakpoints, examine variables, etc.
BTW, the videos are so tiny they are hard to follow. Written docs of the individual steps would be more useful.
|
|
|
Re: ATF documentation [message #495260 is a reply to message #489744] |
Wed, 04 November 2009 11:56 |
Jacek Pospychala Messages: 159 Registered: July 2009 |
Senior Member |
|
|
Hi,
I have a good information.
Ajax Tools Framework now has it's documentation online at
http://wiki.eclipse.org/ATF/Help
Hope you like it.
Jacek
ols6000@sbcglobal.net wrote:
> Jacek Pospychala wrote on Mon, 05 October 2009 08:37
>> basically ATF provides two things:
>> 1. Javascript debugger. You can launch it against some URL, e.g
>> www.eclipse.org, put breakpoints in javascript files and see how are
>> they executed.
>> 2. Integration with Mozilla browser....
>
> Yes, this is useful to know. It seems to be what I'm looking for.
>
> Quote:
>> We're working on updating the documentation and, being a low priority
>> task, it constantly slips to next milestone
>
> Let me advise you that having *some* overview documentation is the
> most important part of any sw project. Without it, potential users
> can't find out whether your product is appropriate, and few will try
> to use it.
>
> Quote:
>> You can take a look at some vids at
>> http://www.eclipse.org/atf/flash/index.php
>
> The video you referenced (I only found 0ne) just shows how to create a
> project. In addition, I need to know how to start the debugger, set
> breakpoints, examine variables, etc.
>
> BTW, the videos are so tiny they are hard to follow. Written docs of
> the individual steps would be more useful.
>
|
|
|
Re: ATF documentation [message #561632 is a reply to message #489253] |
Mon, 05 October 2009 12:37 |
Jacek Pospychala Messages: 159 Registered: July 2009 |
Senior Member |
|
|
hi,
basically ATF provides two things:
1. Javascript debugger. You can launch it against some URL, e.g
www.eclipse.org, put breakpoints in javascript files and see how are
they executed.
2. Integration with Mozilla browser. This gives a better understanding
how does browser see and read your webpage. So you can see the HTML
document broken into DOM model, see the style properties for any HTML
document elements, see the network activity required to load the
webpage. You can also watch how Javascript expressions change and how
DOM model changes - useful when writing dynamic web sites.
We're working on updating the documentation and, being a low priority
task, it constantly slips to next milestone :-(
I should get it done finally. Thanks!
You can take a look at some vids at
http://www.eclipse.org/atf/flash/index.php
Is that helpful? What else would you like to know?
Jacek
ols6000@sbcglobal.net wrote:
> Is there any documentation on ATF? Basic stuff, such as what it is,
> and what it does? I can't find anything in the Wiki, FAQ, or articles.
>
> My interest is in debugging HTML + Javascript web pages.
|
|
|
Re: ATF documentation [message #561648 is a reply to message #489634] |
Mon, 05 October 2009 18:17 |
No real name Messages: 7 Registered: September 2009 |
Junior Member |
|
|
Jacek Pospychala wrote on Mon, 05 October 2009 08:37
> basically ATF provides two things:
> 1. Javascript debugger. You can launch it against some URL, e.g
> www.eclipse.org, put breakpoints in javascript files and see how are
> they executed.
> 2. Integration with Mozilla browser....
Yes, this is useful to know. It seems to be what I'm looking for.
Quote:
> We're working on updating the documentation and, being a low priority
> task, it constantly slips to next milestone
Let me advise you that having *some* overview documentation is the most important part of any sw project. Without it, potential users can't find out whether your product is appropriate, and few will try to use it.
Quote:
> You can take a look at some vids at
> http://www.eclipse.org/atf/flash/index.php
The video you referenced (I only found 0ne) just shows how to create a project. In addition, I need to know how to start the debugger, set breakpoints, examine variables, etc.
BTW, the videos are so tiny they are hard to follow. Written docs of the individual steps would be more useful.
|
|
|
Re: ATF documentation [message #561749 is a reply to message #489744] |
Wed, 04 November 2009 11:56 |
Jacek Pospychala Messages: 159 Registered: July 2009 |
Senior Member |
|
|
Hi,
I have a good information.
Ajax Tools Framework now has it's documentation online at
http://wiki.eclipse.org/ATF/Help
Hope you like it.
Jacek
ols6000@sbcglobal.net wrote:
> Jacek Pospychala wrote on Mon, 05 October 2009 08:37
>> basically ATF provides two things:
>> 1. Javascript debugger. You can launch it against some URL, e.g
>> www.eclipse.org, put breakpoints in javascript files and see how are
>> they executed.
>> 2. Integration with Mozilla browser....
>
> Yes, this is useful to know. It seems to be what I'm looking for.
>
> Quote:
>> We're working on updating the documentation and, being a low priority
>> task, it constantly slips to next milestone
>
> Let me advise you that having *some* overview documentation is the
> most important part of any sw project. Without it, potential users
> can't find out whether your product is appropriate, and few will try
> to use it.
>
> Quote:
>> You can take a look at some vids at
>> http://www.eclipse.org/atf/flash/index.php
>
> The video you referenced (I only found 0ne) just shows how to create a
> project. In addition, I need to know how to start the debugger, set
> breakpoints, examine variables, etc.
>
> BTW, the videos are so tiny they are hard to follow. Written docs of
> the individual steps would be more useful.
>
|
|
|
Goto Forum:
Current Time: Sat Nov 09 03:04:55 GMT 2024
Powered by FUDForum. Page generated in 0.03897 seconds
|