Re: link to update center of XML tools

2017-12-29 Thread Qingtian Wang
Ok. If there is a voting mechanism, I'll certainly vote yes for including it. If not in the core Java installation profile, then at least as part of the web/JavaEE profile. Thanks, Q On Fri, Dec 29, 2017 at 8:35 AM, Geertjan Wielenga wrote: > Yes, it's the same NBM files as you would have access

Re: No fled/grid support...

2017-12-29 Thread Geertjan Wielenga
Yes, after we have received the related modules from Oracle, i.e., this functionality hasn't been moved over from Oracle yet, we'll need to work on adding this. Gj On Fri, Dec 29, 2017 at 2:29 PM, Sam Edward wrote: > Hi, > Thanks for replying. > I've attached the screenshots from the .css files

Re: Is it Practical to Use NB for Modern "Compiled" JS App?

2017-12-29 Thread Geertjan Wielenga
Here's a plugin that might help, would be interesting to hear if it does what you're looking for: https://github.com/geertjanw/FullMavenProjectFilesNode https://github.com/geertjanw/FullMavenProjectFilesNode/releases Thanks, Gj On Fri, Dec 29, 2017 at 1:40 PM, Geertjan Wielenga wrote: > Inter

Re: link to update center of XML tools

2017-12-29 Thread Geertjan Wielenga
Yes, it's the same NBM files as you would have accessed via the updates.xml file, so just ignore that 7.1. And whether or not those modules will be included as part of the core NetBeans installation under Apache depends on you, and on me, and on everyone else here. We decide these things together.

Re: How to let NetBeans 8.2 show rest endpoints

2017-12-29 Thread Michael Andrews
NB will show them for JAX-RS endpoints. Spring MVC (which is what is being used in Spring Boot) is not JAX-RS compliant. They do their own thing. Use Grizzly Jersey or something that implements the JAX-RS API to see them in the project view. You can use Spring with Jersey. > On Dec 29, 2017, a

Re: Is it Practical to Use NB for Modern "Compiled" JS App?

2017-12-29 Thread Geertjan Wielenga
Interesting feedback and great to hear this combination works well for you. Your "would be nice if" would be quite trivial to add, i.e., the "Project Files" node would contain all the files found in the Maven root node, not just pom.xml and nb-configuration.xml, as is currently the case. I.e., a si

Re: Is it Practical to Use NB for Modern "Compiled" JS App?

2017-12-29 Thread Dawn Raison
FWIW, I'm using it solely for development of a complex JS application, which I am slowly migrating over to an Angular paradigm using typescript. The "project" is maven based, and I use the exec-maven-plugin to fire off the JS compilation tasksĀ  - currently by invoking gulp which has tasks to p

Re: How to let NetBeans 8.2 show rest endpoints

2017-12-29 Thread Geertjan Wielenga
Presence of javax.ws.rs.Path annotation on class signature determines whether an endpoint is shown in the "RESTful Web Services" node in the Projects window. Gj On Fri, Dec 29, 2017 at 10:58 AM, Diederick de Vries wrote: > Hi, > > I'm working on a Spring Boot project. I know that NetBeans 8.2 ca

Re: No fled/grid support...

2017-12-29 Thread Geertjan Wielenga
How would that support look, i.e., how would one know that there is support for flex/grid, where are you looking, e.g., in code completion or where? Also for the css3 transition property, where are you looking, in the editor or somewhere else? If something is missing, sure we can add it together.

Re: How to download Apache-hosted mailing list archives?

2017-12-29 Thread Geertjan Wielenga
https://issues.apache.org/jira/browse/COMMONSSITE-33?jql=text%20~%20%22mailing%20list%22 The above are the issues relating to mailing lists at Apache, maybe it helps. Gj On Fri, Dec 29, 2017 at 1:25 PM, Geertjan Wielenga wrote: > What does this phrase mean: "it seems that bug with non-available

Re: How to download Apache-hosted mailing list archives?

2017-12-29 Thread Geertjan Wielenga
What does this phrase mean: "it seems that bug with non-available per-month mailing list archives is for all Apache hosted mailing lists". Are you referring to a bug? What is that bug, its number, a URL to it? Gj On Wed, Dec 27, 2017 at 7:12 PM, Nikola M wrote: > Hi to all. > > I have just subs

How to let NetBeans 8.2 show rest endpoints

2017-12-29 Thread Diederick de Vries
Hi, I'm working on a Spring Boot project. I know that NetBeans 8.2 can show (restful) http endpoints in the projects tree, but somehow they're not showing in this project. I think I'm using a standard way to formulate my endpoints: @RequestMapping(value = "/add", method = RequestMethod.PUT, cons