I would like to have uptodate code insight/assist for the complete SmartClient API. Are there documents available - e.g. in XML format - which describe SmartClient's API more or less completely ? I have read several threads handling Eclipse/Aptana support, but I couldn't find the mentioned file "SmartClient_ATF_Personality_1.0.zip".
Announcement
Collapse
No announcement yet.
X
-
In case anyone is having difficulty getting the plugin working, please recheck the blog (http://blog.isomorphic.com) - we've posted a couple of troubleshooting tips.
We'd also like to encourage everyone who tries out the plugin to post feedback in the blog comments - successes, failures, tips for working around installation or usage problems, improvement suggestions, just your feedback generally.
Comment
-
I played around a bit with the plug in and found that it was pretty limited. Seems not to work well at all if you working in the JSP environment. Also tried to use it with the XML programming and found it to provide no useful value there.
One of the things that bother me as I evaluate SmartClient is that the tool integration for someone developing using both JS and XML seems to be rather weak.
Also, I am not too keen on a plug in for a product that is a plug in for another product. Aptana->Eclipse. To me this feels like it would be heavy weight.
What I was hoping for was an environment that provides code completion. Syntex highlighting. Help on filling in tag attributes if you use XML coding. Context Sensitive help etc.
I did not get the feel when I spent an afternoon using the plug in with Aptana. Aptana also seemed to not be too JSP friendly.
Comment
-
The best way to use SmartClient in general (not just with Aptana) is to keep your JavaScript out of your .jsps. Put JavaScript into .jsp files defeats caching, is slower in the development cycle, and scales poorly. See the SmartClient Architecture for details.
Aptana being a plugin to Eclipse does not make it more heavy weight than Eclipse itself (factual, not speculative).
Aptana provides syntax hiliting and limited code completion for SmartClient JavaScript code. It's pretty much the state of the art for tooling for JavaScript. If further IDE-based tooling features are more important to you than the compactness and directness of using JavaScript, use SmartGWT instead.
Comment
-
Originally posted by IsomorphicThe best way to use SmartClient in general (not just with Aptana) is to keep your JavaScript out of your .jsps. Put JavaScript into .jsp files defeats caching, is slower in the development cycle, and scales poorly. See the SmartClient Architecture for details.
Originally posted by IsomorphicAptana being a plugin to Eclipse does not make it more heavy weight than Eclipse itself (factual, not speculative).
Originally posted by IsomorphicAptana provides syntax hiliting and limited code completion for SmartClient JavaScript code. It's pretty much the state of the art for tooling for JavaScript. If further IDE-based tooling features are more important to you than the compactness and directness of using JavaScript, use SmartGWT instead.
Comment
-
Hmmm so taking a plug in and adding it to an IDE does not add any overhead? Interesting. I would expect some level of overhead in the plug in and given it is taking one IDE and putting it into another I would expect it to be fairly large.
Or put another way, almost all of the functionality you see within Eclipse is a "plugin" to the same degree that Aptana is.
IS there something that going the Aptana Plug in to Eclipse offers over the standard Aptana only offers.
Comment
-
Is the latest code assist to be found here ?
http://smartclient.com/releases/com....ient.6.5.1.zip
Or is an update for the latest SC version available ?
Comment
-
Hi! I have tried the code assist instructions from Smartclient blog
http://blog.isomorphic.com/smartclient-plugin-for-aptana/
with Aptana 3.4.2 eclipse plugin and I have trouble finding "References" view.
If anyone is using SmartClient code assist plugin
http://smartclient.com/releases/com.smartclient.6.5.1.zip
with the latest Aptana eclipse plugin, please reply
- where did you put the plugin? (I am assuming Ecliplse plugin folder)
- What else needs to be done? (If Global References needs to be updated then how to find them?)
Comment
Comment