[jbosstools-issues] [JBoss JIRA] (JBIDE-11602) Provide first class support for client side development

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Wed Feb 27 18:10:57 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-11602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757362#comment-12757362 ] 

Victor Rubezhny commented on JBIDE-11602:
-----------------------------------------

The latest NexJ version obtained from [https://bitbucket.org/nexj/njsdoc-build]: {code}hg clone https://bitbucket.org/nexj/njsdoc-build{code} and imported as is by Maven along with JBT plug-ins.

It's required to disable the original (org.eclipse.wst.jsdt.core.javascriptValidator) Validator and enable NJSDoc builder (org.eclipse.wst.jsdt.core.njsdocBuilder) on a project's .project file due to make the NJSDoc comments to work.
This could be easily added to some existing or new project configuration task if needed, but I did this manually (however, I didn't tested NJSDoc functionality).
  
The NexJ CA works similar to VJet's one, however the resulting proposals list a bit different (NexJ shown me a little bit more proposals that VJet did). I didn't see any latencies in the calculation of proposals, but in theory NexJ should work a bit slower than VJet because of its on-the-fly code execution. The benefit here is that you don't have to save your file to see just typed variables/functions in the Content Assistant. It does work on-the-fly.


||Comment||Content Assist Invoked||Result of insertion||
|Any JS file|!nexj-JS-Content-Assist-On-Any-JS-in-ticket-monster-project.jpg|thumbnail!|!nexj-JS-Content-Assist-On-Any-JS-in-ticket-monster-project-After-Insertion.jpg|thumbnail!|
|JS file in Ticket Monster|!nexj-JS-Content-Assist-On-a-JS-in-ticket-monster-project.jpg|thumbnail!|!nexj-JS-Content-Assist-On-a-JS-in-ticket-monster-project-After-Insertion.jpg|thumbnail!| 
|HTML file 1|!nexj-JS-Content-Assist-On-HTML-1-in-ticket-monster-project.jpg|thumbnail!|!nexj-JS-Content-Assist-On-HTML-1-in-ticket-monster-project-After-Insertion.jpg|thumbnail!| 
|HTML file 2-1|!nexj-JS-Content-Assist-On-HTML-2-1-in-ticket-monster-project.jpg|thumbnail!|!nexj-JS-Content-Assist-On-HTML-2-1-in-ticket-monster-project-After-Insertion.jpg|thumbnail!| 
|HTML file 2-2|!nexj-JS-Content-Assist-On-HTML-2-2-in-ticket-monster-project.jpg|thumbnail!|!nexj-JS-Content-Assist-On-HTML-2-2-in-ticket-monster-project-After-Insertion.jpg|thumbnail!| 


JBIDE-9012 (Eclipse complains about jquery minified JS files) isn't solved (regardless of disabling the original (org.eclipse.wst.jsdt.core.javascriptValidator) Validator.
                
> Provide first class support for client side development
> -------------------------------------------------------
>
>                 Key: JBIDE-11602
>                 URL: https://issues.jboss.org/browse/JBIDE-11602
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Sebastien Deleuze
>            Assignee: Victor Rubezhny
>              Labels: jsdt, vjet
>             Fix For: 4.1.x
>
>         Attachments: jbosstools-add-vjet-dependencies-patch.patch, jquery-1.5.1.min.js.jpg, jquery.tagcanvas.min.js.jpg, nexj-JS-Content-Assist-On-Any-JS-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-a-JS-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-a-JS-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-Any-JS-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-Any-JS-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-HTML-1-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-HTML-1-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-HTML-2-1-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-HTML-2-1-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-HTML-2-2-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-HTML-2-2-in-ticket-monster-project.jpg
>
>
> Web application development is currently moving in many projects from end to end server side technologies to HTML5 RIA developed with REST Webservices/ Webscoket on serverside + pure client side technologies GUI (Backbone.js for example).
> Eclipse has been always been quite bad in the field of advanced Javascript development. JSDT was a good start, but its development has been stopped for a few years, and in its current status, it is not really a good tool for real HTML5/JS dev. From what I know, there is no roadmap for strong move on this field in the WTP team. The only real Eclipse initiative for client side development is Orion (http://www.eclipse.org/orion/) outside of the IDE.
> The only other alternative is Aptana Studio 3, acquired last year by AppAccelerator.
> My question is : is there any plan to consider client side development as a first class citizen in JBoss Studio, even if this question apply to the whole Eclipse Ecosystem ? Other IDE like Netbeans or IntelliJ Idea have a strong support for these technologies, and my guess is this lack may be a significant blocking point in the following years.
> Thanks in advance for your feedback.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list