This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249120 - Please add support for Play Framework
Summary: Please add support for Play Framework
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P2 normal with 1 vote (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 18:07 UTC by IfElseTrue
Modified: 2016-07-01 18:28 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
error after opening a project (130.24 KB, image/png)
2014-12-04 18:07 UTC, IfElseTrue
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IfElseTrue 2014-12-04 18:07:07 UTC
Created attachment 150888 [details]
error after opening a project

Hello,

please add basic play framework (https://www.playframework.com/) support in java editor. There is already a plugin created by Geertjan Wielenga and Yann D'Isanto, but it is not actively developed and doesn't work properly in 8.0.2

http://plugins.netbeans.org/plugin/47637/nbplay
https://blogs.oracle.com/geertjan/entry/play_in_netbeans_ide_7

Looks like an initial work was well done, but it would be great to have official support.

1. Errors after opening an example application 
2. Scala templates not supported, lots of errors in editor
3. No go to definition from routes file to the corresponding controllers
4. Cannot set play home path in the Tools -> Options -> Miscellaneous -> Play, probably 'play' command was renamed to 'activator'
Comment 1 Tomas Zezula 2014-12-08 10:02:41 UTC
As the Play framework becomes common replacement of J2EE for reactive design I agree and increasing the priority.
Also as the competitive IntelliJ supports it we should support it as well.