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 242711 - Add Spring Expression Language Support, Spring Data SPeL Support
Summary: Add Spring Expression Language Support, Spring Data SPeL Support
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-09 11:24 UTC by elennaro
Modified: 2016-07-07 18:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2014-03-09 11:24:36 UTC
http://docs.spring.io/spring/docs/4.0.x/spring-framework-reference/html/expressions.html

"The Spring Expression Language (SpEL for short) is a powerful expression language that supports querying and manipulating an object graph at runtime. The language syntax is similar to Unified EL but offers additional features, most notably method invocation and basic string templating functionality."

It will be great to have auto completion and syntax check working in Spell:
@Value("Spring Expression Language"))
Comment 1 Martin Fousek 2014-03-21 06:25:46 UTC
(In reply to elennaro from comment #0)
> http://docs.spring.io/spring/docs/4.0.x/spring-framework-reference/html/
> expressions.html
> 
> "The Spring Expression Language (SpEL for short) is a powerful expression
> language that supports querying and manipulating an object graph at runtime.
> The language syntax is similar to Unified EL but offers additional features,
> most notably method invocation and basic string templating functionality."
> 
> It will be great to have auto completion and syntax check working in Spell:
> @Value("Spring Expression Language"))

Thanks for your idea for enhancement/feature. But I'm afraid that there will not be chance to get that soon or at all. It's not possible to fork the JSP editor for this case since the jsp editor uses quite obsolete techniques so this would need completely new editor support which brings too much of work for now.
Comment 2 Martin Balin 2016-07-07 08:53:52 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 elennaro 2016-07-07 18:38:44 UTC
This is an Enhancement and it's still relevant.
Please reopen it.