Wicket Support - plugin detailThis plugin adds wicket support for Wicket 1.6.0 in NetBeans IDE 7.2.
[ You have to be logged in to be able to comment. ] User CommentsID Checking
I think we need a disable option for disabling id checking between HTML and Java
Posted by sajad_b on Mar 29, 2015
New version Wicket plug-in for NB8
NBMs:
https://onedrive.live.com/redir?resid=6E3EA561950F0275%21126 Patch (if you want to build the plugins yourself): https://onedrive.live.com/redir?resid=6E3EA561950F0275%21127 Copy the missing libraries (jar files) from "\NetBeans 8.0\extide\modules" to "\NetBeans 8.0\platform\modules": org-apache-tools-ant-module.jar org-netbeans-modules-options-java.jar It should work now. Regards, Roy
Posted by radam on Dec 07, 2014
Same issue with NB8 and Wicket plug in by hari_rupan
Hello Radam,
I tried and created a Lib via tools=>lib but the error message still pops up when starting NB-8 and the wicket plugin does not work.Indeed it becomes deactivated. To me that looks like the plug-in requires the org-apache-tools-ant-module.jar not my wicket application. So i must have done something wrong. Please help where to put it or how to install it right?? Thank you for any hint to get it run .....
Posted by hne on Oct 11, 2014
RE: Wicket core activation
I did add it via Menu=>Tools=>Libraries.
Roy
Posted by radam on Jun 12, 2014
Wicket core activation
When I am trying to activate WicketCore in Netbeans 8(Windows7) it is giving "Module named apache,org.tools.ant.module was needed not found". I have downloaded the module. But where to install it?
(I am new to web applications and Java. I have developed desktop applications all my life). Please Help :-).
Posted by hari_rupan on Jun 04, 2014
Wicket plugin for Netbeans 8.0
Hello,
I have recompiled and packaged the Wicket plugin for Netbeans 8.0: ### ERASED, USE NEW VERSION ### The patch for repository https://java.net/projects/nbwicketsupport/sources is in: ### ERASED, USE NEW VERSION ### Maybe you should also install library (Menu=>Tools=>Libraries): http://www.java2s.com/Code/JarDownload/org-apache/org-apache-tools-ant-module.jar.zip Regards, Roy
Posted by radam on May 23, 2014
Right now, only NetBeans IDE 7.2 and 7.1 are supported for Wicket
Can you see on this page at the top that the Wicket plugin only supports NetBeans IDE 7.2 and NetBeans IDE 7.1? Did you not see it? Or did you ignore it?
Posted by geertjan on Dec 11, 2013
NetBean hangs
Hi Geertjan,
Thank for reply me, afte enble pluging fro wicket netbean is hanging and cant able to open any file. and i tried restart NetBean again and again but didn't work. This issue is same reported by sawerset on 28 May and you also provide solution. But how i will remove userdir(please provide step specific).
Posted by nitinjain02 on Dec 11, 2013
Tools | Plugins
Go to Tools | Plugins and then install the plugin via the Downloads tab.
Posted by geertjan on Dec 11, 2013
NetBeans 7.3 Wicket plugin
Hi I want to add wicket plugin in Netbean but https://netbeans.org/kb/69/web/framework-adding-support.html
page is not working can anyone gelp me on this issue.
Posted by nitinjain02 on Dec 11, 2013
Netbeans 7.3, Netbeans 7.4 DEV
Do you want to join the project so that you can work on those issues yourself? I'd be happy to help but would be good to have others work on the project too.
Posted by geertjan on Nov 18, 2013
Netbeans 7.3, Netbeans 7.4 DEV
Hi, I reported two bugs in wicket plugin. They are here: https://netbeans.org/bugzilla/show_bug.cgi?id=156853, https://netbeans.org/bugzilla/show_bug.cgi?id=185067. Could you please fix this bugs?
Posted by zdenek.rod on Nov 18, 2013
Netbeans 7.3
Works perfectly for me. So only thing I can think of is to close the IDE, remove the userdir, restart the IDE (which will automatically recreate the userdir), then install the plugin again, and create a Wicket project again.
Posted by geertjan on May 28, 2013
Netbeans 7.3
No clue what your operating system is, no clue what your JDK version is. Sorry, can't help. Anyway, I can't reproduce this on Ubuntu with JDK 7 Update 11.
Posted by geertjan on May 28, 2013
Netbeans 7.3
Restarting IDE doesn`t helps.
1. Create wicket web project 2. open com.myapp.wicket.HomePage.java 3. hangs From log INFO [org.netbeans.spi.lexer.MutableTextInput]: !!WARNING!! Missing READ-LOCK when accessing TokenHierarchy: input-source:org.netbeans.modules.editor.NbEditorDocument@2a3f9b94, mimeType='text/html', kitClass=null, length=539, version=1, file=org.netbeans.modules.html.HtmlDataObject@4df6d719[/home/witcher/NetBeansProjects/wicket/src/java/com/myapp/wicket/HomePage.html@1f97d04d:3b9d11f] java.lang.Exception at org.netbeans.lib.lexer.TokenHierarchyOperation.ensureReadLocked(TokenHierarchyOperation.java:397) at org.netbeans.lib.lexer.TokenHierarchyOperation.tokenSequence(TokenHierarchyOperation.java:422) at org.netbeans.api.lexer.TokenHierarchy.tokenSequence(TokenHierarchy.java:201) at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder.analyze(HtmlTreeBuilder.java:67) at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder.getTree(HtmlTreeBuilder.java:57) at org.netbeans.modules.web.wicket.verification.WicketProblemAnnotationProvider.annotate(WicketProblemAnnotationProvider.java:188) at org.netbeans.modules.web.wicket.verification.WicketProblemAnnotationProvider.annotate(WicketProblemAnnotationProvider.java:175) at org.netbeans.modules.web.wicket.verification.WicketProblemAnnotationProvider.annotate(WicketProblemAnnotationProvider.java:118) at org.netbeans.modules.web.wicket.verification.WicketProblemAnnotationProvider.annotate(WicketProblemAnnotationProvider.java:88) at org.openide.text.CloneableEditorSupport.ensureAnnotationsLoaded(CloneableEditorSupport.java:420) at org.openide.text.CloneableEditor$DoInitialize$3.run(CloneableEditor.java:870) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Posted by sawerset on May 28, 2013
Netbeans 7.3
For me, works fine. No problem at all. Maybe restart the IDE after installing the plugin and try again. But, for me, no hanging at all. If you encounter the problem again, please describe more exactly, i.e. step by step what you did (i.e., step 1, click here, step 2, click there), so that I can try to reproduce it.
Posted by geertjan on May 28, 2013
Netbeans 7.3
When I create wicket project, and open any file of project, netbeans hangs
Posted by sawerset on May 28, 2013
Netbeans 7.3
What happens when you download and install it into 7.3? I suspect it should simply work, though could be wrong.
Posted by geertjan on May 28, 2013
Great post!
Nice information, valuable and excellent design, as share good stuff with good ideas and concepts, lots of great information and inspiration, both of which I need, thanks to offer such a helpful information here. What is SEO
Posted by katherine250 on Apr 13, 2013
Wicket Support - plugin detail
Many thanks for the exciting blog posting! I really enjoyed reading it, you are a brilliant writer. I actually added your blog to my favorites and will look forward for more updates.Great Job,Keep it up. What is SEO
Posted by katherine250 on Apr 13, 2013
Great post!
You done certain reliable points there. I did a search on the subject and found nearly all persons will agree with your blog. What is SEO
Posted by katherine250 on Apr 13, 2013
Thank you
I have been following your work on wicket (https://blogs.oracle.com/geertjan/), not on this plugin, i have just seen and installed it. Thank you.
Posted by kinka on Sep 14, 2012
http://www.netbeans.org/kb/docs/web/quickstart-webapps-wicket.html
Kinka, if you've been following this plugin with great interest, surely you've read the tutorial, which tells you where the sources are?
http://www.netbeans.org/kb/docs/web/quickstart-webapps-wicket.html
Posted by geertjan on Sep 14, 2012
Can I see the source?
Hello geertjan, i have been following for a while with your great work with wicket. Just asking is there a repo for this plugin? Could i see code?
Thanks.
Posted by kinka on Sep 13, 2012
About the Bad DIFFERENT_IDS
Hi sajad_b, will be looking into this problem, thanks. Maybe there should be an option to disable ID checking?
Posted by geertjan on Sep 10, 2012
Wicket 1.6.0 support now available.
Wicket 1.6.0 support now available.
Posted by geertjan on Sep 10, 2012
Bad DIFFERENT_IDS
I think matching wicket:id in HTML and Java work idiotically. for example I have a span with wicket:id lbl so in Java for this code no warning show :
add(new Label("lbl", "hi")); but for this code show idiot warning: private Label label; public HomePage() { super(); label = new Label("lbl", "hi"); add(label);//warning show in this line that DIFFERENT_IDS:"lbl" in html /? in java }
Posted by sajad_b on Aug 28, 2012
Status of Wicket for NetBeans IDE 7.2
The 7.1 plugin works the same in 7.2. Not updating to Wicket 6.0 yet, until Wicket 6.0 is released. I went through the tutorial and checked that everything works correctly.
http://www.netbeans.org/kb/docs/web/quickstart-webapps-wicket.html
Posted by geertjan on Aug 13, 2012
Update to Wicket Plugin
http://blogs.oracle.com/geertjan/entry/wicket_1_5_3_in
Posted by geertjan on Dec 30, 2011
Introduction to the Wicket Web Framework Tutorial
The link to the "Introduction to the Wicket Web Framework" tutorial is dead. Could you guys help with that please?
Posted by phiri on Dec 29, 2011
Hi all Im New
Trying to research what plug ins i want for my netbeans 7.01 .I dont have exp to say much here.But this app looks clean and bright, seems to be something that I will need right away..easy to understand too.any help on what first plug ins a new user should have,would be appreciated,,
Posted by Wisendorf on Sep 25, 2011
I am cleaning up the starter project a bit & a suggestion
I'd like to get it to you in the next few weeks but it could be delayed slightly because of my job. Nothing earth shattering here & mostly aesthetic changes with some refactoring of the css which would give the starter project a cleaner, more professional looking page.
I'd also like to suggest the following which is a typical use case that involves the wicket library distributed with the plugin: 1) Allow for the selection of the wicket library to use when creating a new project but continue to default to the one distributed in the plugin. Why? Because often when dealing with trunk releases of Wicket it is common to create a new Library via Netbeans Library support and use that instead of the distributed library. @Gj I love the idea of code completion for the wicket ids. One suggestion regarding this & if you already intended this just ingore: allow for this to work in both the java and html files: that would be awesome. Wicket development with Netbeans is incredible & I've managed to convert my coworkers to switch to Netbeans from Eclipse and not just for Wicket related projects but for most of our Java related projects and tasks as well. It didn't take much arm twisting either as my coworkers were easily able to do a side by side comparison of both IDEs and come to their own conclusions. Life is way too short to have to work with mismatched tools and NetBeans just rocks! Jeff
Posted by jatco on Jun 26, 2011
re: Enhancements
Hi Guiom, I've added you to the project as a contributor:
http://java.net/projects/nbwicketsupport Looking forward to your patches! Gj
Posted by geertjan on Jun 23, 2011
Enhancements
Great job !
After some usage, I would suggest you some enhancements: - My first point is that the plugin does not consider the case of html files located into the resources folder of project, as Maven does. So I made a patch (which is still in test on my side) to take this case into account. If my patch works I will submit to you so you can integrate it officially if you like. - My second point is about a more difficult part: the parsing of html and java, and the detection of problems. Well, i would say that it doesn't seem to work very well on my side, maybe due to the fact that my wicketIds are not used in the same order in the markup and in the java. I tried to look at it, but I don't know where to start, as I don't understand what part is problematic: parsing of html/java ? or finding difference (TreeDiff.java). So, do you have any suggestions for me about how debugging that part (I'm novice into developing Netbeans platform), and testing (it would be great if we could use unit tests) - My last point is a new feature: i would like to have an autocompletion of wicketIds on the Java part during Wicket component constructor use, displaying the components available on the HTML side. The opposite would be great too (on HTML, autocomplete with ids used in the Java).
Posted by guiom.mary on Jun 22, 2011
Re: Netbeans 7 Java EE Distro, Wicket Plugin and Mac OS Issue
Geertjan,
The latest Netbeans 7 updates today resolved the problem for our Mac OS machines. After reinstalling Netbeans 7 we were prompted to update out Netbeans installations. After restarting we then installed the Wicket plugin and it worked. Whatever changed seems to have fixed the problems that we exeperienced. My thanks to the Netbeans team whose latest updates cured this issue. Sincerely, Jeff
Posted by jatco on Jun 08, 2011
Re: Netbeans 7 Java EE Distro, Wicket Plugin and Mac OS Issue
Thank you, Geertjan and I was afraid you'd say that lol.
Yes, absolutely - if anyone else is developing using Mac OS and having a similar problem please share here so that we can gather momentum to have the issue addressed. Jeff
Posted by jatco on Jun 08, 2011
Re: Netbeans 7 Java EE Distro, Wicket Plugin and Mac OS Issue
Hi Jeff, sorry, no I don't know about this problem. I may have access to a Mac sometime soon to try and reproduce this, but no promises. Only thing I recommend for sure is to try and figure out what change is caused on the Mac by installing the plugin. Or maybe someone else on this list is on the Mac too and give feedback on their experiences?
Posted by geertjan on Jun 07, 2011
Netbeans 7 Java EE Distro, Wicket Plugin and Mac OS Issue
Hi Geertjan,
Jeff here. My company has a mixed environment of Windows & Mac development computers. Netbeans 7 with the Wicket plugin on Windows works perfectly but when we install the plugin on Mac OS we are running into issues: The install works but when we restart Netbeans 7 after installing the plugin we lose all Java EE features in Netbeans 7. We've tried this with 2 Mac OS machines and both had the same problem. Are there any known issues with Netbeans 7 for Mac OS and the Wicket plugin? Thanks in advance for any assistance. Jeff
Posted by jatco on Jun 07, 2011
wicket-1.4.17-javadoc and wicket-1.4.17-sources
> Does anyone know where to find wicket-1.4.17-javadoc and wicket-1.4.17-sources?
apache-wicket-1.4.17.zip |- apache-wicket-1.4.17 ||- apidocs = wicket-1.4.17-javadoc (unzipped) ||- lib ||- liceneses ||- src = wicket-1.4.17-sources (unzipped) Is there any Update Center to get the latest Wicket 1.4 Support?
Posted by SPawner on May 27, 2011
Visual Wicket Parsing
A semi-experimental feature, hope you'll all like it, feedback on the concept is welcome:
http://blogs.oracle.com/geertjan/entry/visual_wicket_parsing
Posted by geertjan on May 21, 2011
Can someone create a 1.5 starter project?
Now that Wicket 1.5 is supported in the NetBeans Wicket plugin version in the repo, we need to have a starter project that supports 1.5. Can someone take the existing starter project, i.e., the project created by the New Web Application wizard, and turn it into a starter project that is compliaant with Wicket 1.5? Then contribute that new starter project as a sample to the NetBeans Wicket plugin and then I will do the rest.
Posted by geertjan on May 21, 2011
Support for Multiple Wicket Versions
Created a solution enabling multiple Wicket versions to be supported by the NetBeans Wicket plugin in a loosely coupled way:
http://blogs.oracle.com/geertjan/entry/modular_wicket_versioning
Posted by geertjan on May 21, 2011
wicket-1.4.17-javadoc and wicket-1.4.17-sources
Does anyone know where to find wicket-1.4.17-javadoc and wicket-1.4.17-sources?
Posted by geertjan on May 20, 2011
How to Contribute Samples to the NetBeans Wicket Plugin!
http://netbeans.dzone.com/how-2-contribute-samples-2-nbwicketsupport
Posted by geertjan on May 20, 2011
http://java.net/projects/nbwicketsupport
All the sources are now available here: http://java.net/projects/nbwicketsupport
charles_zhw, what kind of contributions are you interested in making?
Posted by geertjan on May 20, 2011
Wicket plug-in source code
Hi geertjan,
I'm very interesting in this wicket plug-in project. As I remember this project is open source, but it is missing at original web site. Would you mind tell me what happen to it? Thanks, Charles
Posted by charles_zhw on May 11, 2011
Re: Which Wicket version should be supported?
NetBeansWicket70d.zip is a nice progress regarding Wicket application basic file-structure.
I would like to suggest that generated code in the future are focused on the coming Wicket 1.5 release, and on the Java syntax used in the new book "Apache Wicket Cookbook, Igor Vaynberg". As a newbie/learner I get more or less lost in trying to figure out "Best practice" of the good, but old 1.4 related version of the book "Wicket in action", the newer book "Apache Wicket cookbook" focused on 1.5. and downloads from apache.wicket website libraries and example code. This relates especially to the use of Java generics, new Wicket class names and the recommendations specified in the "Migration to Wicket 1.5" web page. Today it is possible to download libraries and examples of the 1.5 code, and the plugin still generates 1.4 code. For me this is confusing and often generates user trouble and compile errors. I would like to suggest that the 1.4 Wicket plugin stays as is, and that further effort is focused on the new 1.5 release and the recommendations given in the "Migration to Wicket 1.5" web document. (eventually a user selection drop down choice in Netbeans-> Wicket framework->1.4 or 1.5?) The html markup should in my opinion be focused on html5 and separation of content and formatting by using css. In my wish list I also hope for an revised and updated "Wicket in action" example source code. (Not necessarily the whole new book) I would also like more comments in the generated source code and examples. Examples of dynamic use of content from a database to build dynamic editable web sites would also be appreciated. Consistency between these "reference" books, the downloaded Wicket libraries and example code, and the code generated by the "Wicket plugin" will dramatically ease the learning curve, and our search for "Best practice". As a supplement of hundereds of examples I would also suggest a "reference implementation" of a full web site, showing "best practise". The "Wicket in action" sample code updated to wicket 1.5 could probably be a good start. Well, my comment is not only for the plugin itself, but more general thoughts for a consistent, easy to learn wicket framework as a whole. Hopefully these notes will be helpful to somebody. If posted in wrong forum, please be free to forward. Otherwise, thanks to all the excellent supporters of the Wicket community. Christian.
Posted by beckcb on Apr 29, 2011
Re: Which Wicket version should be supported?
It is going to be hard to keep up with the Wicket point releases; version 4 has seen 17. What I do is when there is a new release I just copy the new jars into the Wicket library that the plugin installed and from that point on whenever I generate a new application it will have the latest jars.
But if you want to update the library sure, update it with the jars from the 4.17 release. One suggestion, Geertjan, and I hope you don't mind but when you package the jars into the library can you also include the wicket-ioc jar? If you can that would make using some of the wicket-stuff add on libraries easier as some of them require it like javaee-inject, for instance. Jeff
Posted by jatco on Apr 24, 2011
NetBeansWicket70d.zip
NetBeansWicket70d.zip introduces Jeff's starter project. Create a new Wicket project exactly as before, but this time you get more Wicket-like files and code structures, as described here in Jeff's blog:
http://jeff-schwartz.blogspot.com/2011/04/proposed-changes-to-netbeans-wicket.html
Posted by geertjan on Apr 23, 2011
Which Wicket version should be supported?
The current version of Wicket is at 4.17, while there is also a version 5 RC 3. Can anyone give guidance on which version the NetBeans Wicket plugin (which currently bundles Wicket version 4.10) should support?
I am also planning to include a large set of samples in the NetBeans Wicket plugin, to help newbies get up and started very quickly. Thoughts on this?
Posted by geertjan on Apr 23, 2011
Re: NetBeansWicket70c.zip
This one works like a charm. Both .html and .java files now open as expected and the Wicket framework now shows up in the project's properties. Also, I opened an existing project and NB recognized that it was using the Wicket framework. Excellent and thanks for the speedy fix.
NetBeans has always had the best Wicket support and this new release of the plugin along with the latest release of NetBeans continues in that tradition. Thanks again, Geertjan, for your continued support and contribution to the Wicket community. Jeff
Posted by jatco on Apr 23, 2011
Re: NetBeansWicket70c.zip
Geertjan,
I just sent you what you requested. Please let me know if there anything else I can do. Jeff
Posted by jatco on Apr 23, 2011
NetBeansWicket70c.zip fixes the regressions.
Sorry, last comment should have started with: "NetBeansWicket70c.zip fixes the regressions."
Posted by geertjan on Apr 23, 2011
NetBeansWicket70c.zip
NetBeansWicket70b.zip fixes the regressions -- i.e., now both sides of the Wicket page/component should open together again and the Frameworks panel should correctly display the fact that Wicket is included in the app. Please try it out. (Probably still some problems with Maven, would be good to identify those as precisely as possible.)
Jeff, please create a Wicket application from the template, change it to what you think it should contain (since I don't really understand your blog entry) and then ZIP up that changed template and send it to me at g_wielenga@yahoo.com and I'll use that as the basis of the starter project from NetBeansWicket70d.zip onwards.
Posted by geertjan on Apr 23, 2011
Proposed Changes To The Starter Project
Hi Geertjan,
I put this together quickly but I think it is coherent lol. Please let me know what you think. http://jeff-schwartz.blogspot.com/2011/04/proposed-changes-to-netbeans-wicket.html Jeff
Posted by jatco on Apr 22, 2011
Re: Re: Suggestion about the generated starter projectPut your footer here
Posted by jatco on Apr 22, 2011
Re: Suggestion about the generated starter project
Can you be more specific, i.e., what should be contained exactly within the starter project? Maybe simplest to blog about what you'd expect, then put the link to the blog here, and then I'll implement it. Will also upload everything to a repo on java.net soon so that you can change the plugin yourself.
Posted by geertjan on Apr 22, 2011
Suggestion about the generated starter project
May I suggest that when generating the starter project that markup inheritance be used for BasePage. When creating a standard layout for a site one would put the header, sidebar, footer, etc. in the base page associated markup file as well as a child tag which home page would then extend. This is more 'Wickish' than just sublcassing from a markup-less class.
Posted by jatco on Apr 22, 2011
Bug found
I created a new test project and selected wicket for the framework. Then I went into project properties & wicket wasn't listed as the used framework though the wicket library was listed under libraries. Another thing I noticed is that when I opened an existing project that I created in nb 6.9 in nb 7.0 wicket wasn't recognized as the framework.
Posted by jatco on Apr 22, 2011
Re: Different behavior in the new release
Not intentional, will investigate. Let me know if any other strangeness occurs.
Posted by geertjan on Apr 22, 2011
Different behavior in the new release
The new version of the plugin behaves differently than the previous versions. In previous version clicking on either the java or htm file would cause both to open but in this version only the file you click on opens. Was this intentionally changed for this version? It isn't serious or critical of course, it's just that I've gotten used to the previous behavior, that's all.
Jeff
Posted by jatco on Apr 22, 2011
If there is a problem, provide steps to reproduce, or your comment will be ignored.
Sorry, not possible to help you unless you provide steps that can be reproduced. "it overwrites existing stuf" is not sufficient.
Posted by geertjan on Apr 22, 2011
maven + wicket
I'm using maven and wicket. When I'm enabling wicket support (via add framework) it overwrites existing stuff. This shouldn't happen.
Also a NPE is thrown: http://statistics.netbeans.org/analytics/exception.do?id=505300
Posted by peathal on Apr 22, 2011
How Wicket Does Ajax
By the way, this is a link to an interview about Ajax and Wicket that I did with the core Wicket engineers some years ago. If anyone hasn't read it yet, do so soon, because I think it explains a lot about Wicket:
http://java.dzone.com/news/interview-how-wicket-does-ajax
Posted by geertjan on Apr 22, 2011
NetBeansWicket70b.zip
Click the "Download" button and you should end up with "NetBeansWicket70b.zip". That should be fine. Try it out and leave a comment here.
Posted by geertjan on Apr 22, 2011
I am using the Netbeans 7 EE distro
just in case that matters, Geertjan. I haven't tried it with the other distros.
Posted by jatco on Apr 21, 2011
Thanks for the comments on NetBeansWicket70a.zip
Thanks for the comments on NetBeansWicket70a.zip. Will investigate.
Posted by geertjan on Apr 21, 2011
Some plugins require plugin Editor Library to be installed.
I have this problem :
Some plugins require plugin Editor Library to be installed. The plugin Editor Library is requested in version >= 1.37.0.8.2 (release version 1) but only 3.8.1.13.8 (of release version different from 1) was found. The following plugin is affected: Wicket Support and this pack is 15 MB but say it 10.31 MB
Posted by sajad_b on Apr 21, 2011
Woops
I just downloaded the plugin and tried to install it but I am getting this error:
Some plugins require plugin Editor Library to be installed. The plugin Editor Library is requested in version >= 1.37.0.8.2 (release version 1) but only 3.8.1.13.8 (of release version different from 1) was found. The following plugin is affected: Â Â Â Â Â Â Wicket Support
Posted by jatco on Apr 21, 2011
Wow, Geertjan,
that was fast! I just posted last night before I went to bed. I just woke up and what a great surprise :).
Regarding Wicket popularity, here in NYC I know that a lot of high tech companies are using it, especially on new projects which makes me very happy. I preach Wicket every chance I get and blog about it often at http://jeff-schwartz.blogspot.com/ (shameless plug). Amazingly, a lot of the developers I talk to don't even know about this plugin and use Eclipse with its spartan support for Wicket. Those that I've convinced to give it a try are frequently amazed that they've been in the dark about it. But I am confident that we are getting there. Thank you for your continued commitment and dedication to this effort. Jeff
Posted by jatco on Apr 21, 2011
7.0 version of Wicket plugin is live
Good news: upload successfully finished so new plugin binaries are publicly available. Enjoy!
Posted by jkovalsky on Apr 21, 2011
Standard NB dist plugin
Like I said: "And, if massive popularity of Wicket can be proven, then the chance of this plugin being included in the standard NetBeans distribution will be significantly increased."
Posted by geertjan on Apr 21, 2011
Standard NB dist plugin
What could we do to push such a request?
Posted by nuclearwinter on Apr 21, 2011
7.0 version of Wicket plugin is available
7.0 version of Wicket plugin is available. However, I'm having some problems uploading it into this plugin portal page at the moment. Also setting up the sources on java.net.
And, if massive popularity of Wicket can be proven, then the chance of this plugin being included in the standard NetBeans distribution will be significantly increased.
Posted by geertjan on Apr 21, 2011
Nebeans 7.0
Is the current plugin compatible with NB 7.0? If not, when will the plugin be upgraded to work on 7.0?
Also, why isn't the plugin distributed along with the NB platform? I would have thought it would have been folded into the distro by now. Any how, I'm a big fan of the plugin & I've been using it for a long time now. Couldn't imagine working without it. Jeff
Posted by jatco on Apr 21, 2011
something is missing - can't run "MyFirstWicketApp" ->solved
After wrighting down the whole stuff, i found the solution.
In the nb-userlibrary "Wicket" I included all jars from ~/wicket/lib. Now I removed wicket-velocity-1.4.8.jar - and all works fine.
Posted by riktam on Oct 23, 2010
something is missing - can't run "MyFirstWicketApp"
I was glad to find this plugin for nb691, but something is missing, when I try to run the above tutorial:
1) "org.slf4j" not found =>added & OK, but... 2) "orga.apache.log4j" not found =>added & OK, but... 3) "org.apache.velocity" not found => added & OK,... 4) "VM_global_library.vm" not found => copied the file from "velocity-1.4.6/test/templates" to WEB-INF 5) "Error using VM library: VM_global_library.vm" => ???? I don't know, what to do ! ???? Please give some advise
Posted by riktam on Oct 23, 2010
Java EE 5 Maven projects now work with Wicket plugin
NetBeansWicket691c.zip adds support for Java EE 5 Maven projects in the IDE. Create a new Maven Web application, go to the Properties panel, then go to the Frameworks tab and add Wicket. Next update will be to add support for Java EE 6 (i.e., no entries in web.xml because Java EE 6 does not, by default, work with web.xml anymore.) The comment above from hantsy has also been handled.
Posted by geertjan on Aug 14, 2010
A small issue...
U maybe need update the plugin description at the same time...The library module desc ("Wicket 1.4 RC1 Library")still for 1.4RC1... But this is not a big bug. U can omit it at this time.
Posted by hantsy on Aug 14, 2010
Wicket 1.4.10 support
Uploaded "NetBeansWicket691b.zip", provides support for Wicket 1.4.10 (support for sources and javadoc included too) for Ant as well as Maven projects. Change log is above on this page, under "What's New in this Version?".
Posted by geertjan on Aug 13, 2010
Thanks
Thanks for updating.
But... Why not update wicket lib to the latest 1.4.10? Where is the changelog of this version?
Posted by hantsy on Aug 13, 2010
Further info re 6.9.1 and Wicket
My blog today summarizes the current status: http://blogs.sun.com/geertjan/entry/wicket_support_in_netbeans_ide
Posted by geertjan on Aug 12, 2010
Support for Wicket in NetBeans IDE 6.9.1.
Click download button and you should get a ZIP called "NetBeansWicket691a.zip". That contains the updated three NBMs providing support in NetBeans IDE 6.9.1 for Wicket. (Possibly they'll also work in 6.9, but I didn't try that and will not work on supporting 6.9, assuming there are differences, now that 6.9.1 is released.)
Want to contribute? The sources are in the "nb_69" branch that I created today at nbwicketsupport.dev.java.net.
Posted by geertjan on Aug 12, 2010
Source
Could you please point me to the source code for this plugin. I would be more than willing to see what needs to be done to get this to work in 6.9
Posted by tmose on Jul 22, 2010
Source
geertjan, could you direct me as to where I can get the current source code for the plug-in. I would be more that willing get this working under 6.9 unless someone has already done it.
Posted by tmose on Jul 22, 2010
Wicket 1.4 on Netbeans 6.9
Any chance of getting this to work in Netbeans 6.9? Has anyone had any luck?
Posted by ink on Jul 07, 2010
Wicket Support plugin on Netbeans 6.9
Hello
I cant install the Wicket Support plugin because I got this error: The plug-in Editor Library is requested in version >= 1.37.0.8.2 (release version 1) but only 2.10.1.10.2 (of release version different from 1) was found. The following plug-in is affected: Wicket Support
Posted by ujtordai on Jul 02, 2010
Wicket Support plugin on Netbeans 6.9
Hello
I cant install the Wicket Support plugin because I got this error: The plug-in Editor Library is requested in version >= 1.37.0.8.2 (release version 1) but only 2.10.1.10.2 (of release version different from 1) was found. The following plug-in is affected: Wicket Support
Posted by ujtordai on Jul 02, 2010
Netbeans 6.9 Install error
Here is the error message I have been getting when installing the plug-in in version 6.9
The plug-in Editor Library is requested in version >= 1.37.0.8.2 (release version 1) but only 2.10.1.10.2 (of release version different from 1) was found. The following plug-in is affected: Wicket Support Hope this helps.
Posted by tmose on Jun 17, 2010
Who says it doesn't work in 6.9?
Who says it doesn't work in 6.9? What's the error message? And what features do you want in the plugin?
Posted by geertjan on Jun 14, 2010
Any updates in the works
It has been awhile since anyone asked but March is long gone and no update for 6.8 also the plug-in will not work in the latest 6.9 release (understand it is not a release at this time). So my question is are you planning on continuing the fine work you have done.
Hope to receive a positive response and looking forward to continued use of your plug-in.
Posted by tmose on Jun 14, 2010
Thank you!
Great plugin and thanks for the effort put forth. I'm going to try to run it in 6.8 and revert back to 6.7 if necessary.
Posted by mcyoung on Jan 27, 2010
+- End of March
Not sure when. Great to hear the plugin continues to work in 6.8. That does, however, decrease the urgency of providing a new version. Hopefully by the end of March.
Posted by geertjan on Jan 14, 2010
Version update
geertjan,
Any news as to when we can expect an updated version of this great plug-in. Working fine in 6.8 but like to get to those additional features you talked about earlier and in your blog. Keep up the great work and let us know
Posted by tmose on Jan 14, 2010
Version for Netbeans 6.8
Now that 6.8 is a reality when will you have the next release ready. The current plugin works but looking forward to all the enhancements you been talking about.
Keep up the great work and looking forward to the next go around.
Posted by tmose on Dec 14, 2009
Watch this space
Yes, I was there, why didn't you say hi? And sorry about above tone of voice and yes a lot of development is taking place on the Wicket plugin but there are still several problems to fix before the 6.8 release (see my blog today for some rough points). So watch this space and thanks very much for the support and encouragement.
Posted by geertjan on Nov 13, 2009
Wicket plugin & NetBeans 6.8
Calm down, Geertjan. I didn't say I'm expecting it to work right away. I'm just eager to use this 6.8 beta, because it seems to solve a couple of old bugs, that has been annoying me. And because I'm extremely interested in Wicket, I'm so glad that we have this plugin of yours, which makes Wicket studying nice and easy. So I can't wait for final version 6.8 AND new Wicket plugin working flawlessly with it.
Of course, it would be nice, if these new NetBeans versions would be so backwards compatible, that all existing plugins would work right away ... ;-) BTW, did I saw you in Prague last month (TheServerSide Java Symposium) ?
Posted by puppala on Nov 13, 2009
6.8 does not exist yet...
puppala, where on this page do you see anything at all about this plugin working in 6.8? Right now, 6.8 doesn't even exist, there's a Beta only. Or are you expecting that the Wicket plugin will be updated for each and every milestone build as well as the Beta? Please, wait until 6.8 is released, around that time this plugin will be upgraded too. There will be several new features (especially a palette with Wicket items that you'll be able to drag into your HTML files, with matching Java code added on the Java side automatically), so it will be worth the wait.
Posted by geertjan on Nov 11, 2009
Wicket plugin & NetBeans 6.8
Ok, just noted, that my symptoms are very much alike this: http://statistics.netbeans.org/analytics/detail.do?id=104169
Posted by puppala on Nov 03, 2009
Wicket plugin & NetBeans 6.8
Just installed NetBeans 6.8 Beta and getting some exceptions from wicket plugin classes.
Hopefully Geertjan is working on this ... :-)
Posted by puppala on Nov 03, 2009
Problems with reloading classes from other source trees
I am using Wicket plugin with Netbeans 6.7. I decided to separate Wicket markup and classes into a separate source tree, which I placed inside of "Web Pages" project folder, i.e. WEB-INF folder. (The reason for this was to simplify interaction between web page designer and Java developer.)
From then on the classes from this source tree will no longer get reloaded. I have to stop Tomcat, clean and build the project and restart Tomcat. Is there a way to configure Wicket plugin so that it reloads classes from all source trees? Thanks.
Posted by alecswan on Oct 25, 2009
Templates in NetBeans 6.7.1 on Mac
I have questions regarding Templates. In sample pictures I can see 4 templates for different wicket components: Wicket Border, Wicket Page, Wicket Panel and Wicket Panel w/ Form
But in my NetBeans I can see only 2 templates: Wicket Page and Wicket Panel I've installed 3 nbm files and when I'm looking into org-netbeans-modules-wicket-templates.jar file I can see following files:$ jar -tf org-netbeans-modules-wicket-templates.jar META-INF/ META-INF/MANIFEST.MF org/ org/netbeans/ org/netbeans/modules/ org/netbeans/modules/wicket/ org/netbeans/modules/wicket/templates/ org/netbeans/modules/wicket/templates/BodyBorderTemplate.html org/netbeans/modules/wicket/templates/BodyBorderTemplate.txt org/netbeans/modules/wicket/templates/BodyBorderTemplateDescription.html org/netbeans/modules/wicket/templates/Bundle.properties org/netbeans/modules/wicket/templates/FilePanel$1.class org/netbeans/modules/wicket/templates/FilePanel.class org/netbeans/modules/wicket/templates/FileTemplateWizardPanel.class org/netbeans/modules/wicket/templates/FileTemplates.class org/netbeans/modules/wicket/templates/PageTemplate.html org/netbeans/modules/wicket/templates/PageTemplate.txt org/netbeans/modules/wicket/templates/PageTemplateDescription.html org/netbeans/modules/wicket/templates/PanelTemplate.html org/netbeans/modules/wicket/templates/PanelTemplate.txt org/netbeans/modules/wicket/templates/PanelTemplateDescription.html org/netbeans/modules/wicket/templates/PanelWithFormTemplate.html org/netbeans/modules/wicket/templates/PanelWithFormTemplate.txt org/netbeans/modules/wicket/templates/PanelWithFormTemplateDescription.html org/netbeans/modules/wicket/templates/WicketLookupProvider.class org/netbeans/modules/wicket/templates/WicketPrivilegedTemplates.class org/netbeans/modules/wicket/templates/layer.xml I'd really like to use Wicket Border template. How can I take it in use? Here's my NetBeans info: Product Version: NetBeans IDE 6.7.1 (Build 200907230233) Java: 1.5.0_20; Java HotSpot(TM) Client VM 1.5.0_20-141 System: Mac OS X version 10.5.8 running on i386; MacRoman; en_US (nb) and I've installed latest wicket-support-plugin from 1250804142217_Wicket4NB67-3.zip
Posted by luhtoedu on Oct 19, 2009
re: HTML Palette for Wicket
I went to the url and I am very impressed, Geertjan. This will provide a lot of utility to developers and their productivity, especially now when clients/companies are on a tight budget and every little savings in time is appreciated.
I would also hope that wicket's core contributors will commit to providing better support of EE based wicket applications and fold the wicket-contrib-javaee project into the core wicket libraries as was done for Spring and Guice, but of course that is not an issue for us to address here. This is a subject that I am passionate about and to which I wrote about in my blog at http://jeff-schwartz.blogspot.com/2009/08/what-can-make-wicket-even-better.html. Regarding your request for suggestions about which components to prioritize perhaps you might consider repeaters as well as those controls commonly used in form processing including the form component itself. I have to say that your commitment to Wicket is outstanding and I am extremely grateful. Jeff
Posted by jatco on Sep 21, 2009
thanks
i just want to say a " BIG THANK YOU " to all the commiters of this wicket plugins...
Posted by kengimel on Aug 30, 2009
6.8 M1 and Wicket plugin
http://www.adam-bien.com/roller/abien/entry/netbeans_6_8m1_wicket_first
Apparently this plugin also works in 6.8 M1!
Posted by geertjan on Aug 24, 2009
HTML Palette for Wicket
Pleasure, Jeff. :-) Feedback welcome. Also on the start of the new palette for Wicket components:
http://blogs.sun.com/geertjan/entry/wicket_components_in_netbeans_html
Posted by geertjan on Aug 23, 2009
re: 1.4 Final Wicket libraries, plus enhancements to plugin, available
Geertjan,
Thank you! Jeff
Posted by jatco on Aug 23, 2009
Wicket artifact navigation & pinky wrestle announcement
There may need to be a pinky wrestle between you all:
http://blogs.sun.com/geertjan/entry/navigation_for_related_wicket_artifacts
Posted by geertjan on Aug 21, 2009
Wicket artifact navigation & pinky wrestle announcement
There may need to be a pinky wrestle between you all:
http://blogs.sun.com/geertjan/entry/navigation_for_related_wicket_artifacts
Posted by geertjan on Aug 21, 2009
1.4 Final Wicket libraries, plus enhancements to plugin, available
Read all about it here:
http://blogs.sun.com/geertjan/entry/updates_for_wicket_plugin_in
Posted by geertjan on Aug 20, 2009
Status of next Wicket plugin release
Working on an update right now, which will include 1.4 (i.e., final release) support of Wicket, as well as contributions from hantsy and others on this list. Intend to get it up on this site available for downloading in the next few hours.
Posted by geertjan on Aug 20, 2009
re:Want Wicket 1.4 support? Download Wicket 1.4 JARs from the Wicket site
geertjan,
Thank you, geertjan. I know that I can delete the plugin's included libraries and add the most recent ones but I am not concerned about myself. Rather, I am thinking about novice Netbeans users and Wicket developers who might not know how to do that. You might not know but I am striving to make Wicket the preeminent Java Web framework and anything that can entice new developers to the fold will be very helpful. It is my belief that once a developer sees how easy it is to use Wicket to create feature-rich Web applications they will be sold on the framework. Sincerely, Jeff http://jeff-schwartz.blogspot.com/
Posted by jatco on Aug 19, 2009
Want Wicket 1.4 support? Download Wicket 1.4 JARs from the Wicket site
OK, I will look into creating a new version of the libraries module. But, seriously, you could simply download the latest Wicket JARs from the Wicket site yourself and put them into the Library Manager. About your two issues -- I think the second one is a general NetBeans IDE issue, so you should put that into NetBeans issuezilla. The other one, I don't know enough about to judge. Both of them are unlikely to be fixed by me, hopefully someone on this list will do so.
Posted by geertjan on Aug 13, 2009
re: Plugin update for Wicket 1.4 release?
Hi geertjan,
Yes, as you know Wicket v1.4 has been released so the Wicket JARs in the plugin need to be updated similarly. Also, do you have any idea as to when the 2 issues I previously identified (safe removal of non java files from project and deploy on changes to non java files) will be addressed? Thank you in advance. Jeff
Posted by jatco on Aug 13, 2009
I provide an unofficial update.
http://hantsy.blogspot.com/2009/08/i-updated-two-netbeans-plugins.html
Posted by hantsy on Aug 12, 2009
Plugin update for Wicket 1.4 release?
Hi jatco, do you only mean that the Wicket JARs in the plugin should be updated? Or something/s else?
Posted by geertjan on Aug 12, 2009
Errors Deploying to Glassfish v2.1
By the way, I have not had the problem of deploying to Glassfish v2.1. What errors are you getting and can you provide me with an example? Thanks in advance.
Jeff
Posted by jatco on Aug 11, 2009
Plugin update for Wicket 1.4 release
Any time frame in mind for updating the libraries in the plugin to Wicket v1.4?
Jeff
Posted by jatco on Aug 11, 2009
Problem with deployment on Glassfish 2.1 - solved!
Editing the web.xml solved the problem (or I just created the project for Tomcat and then changed the runtime environment in properties dialog)
Posted by rundgrent on Aug 10, 2009
GlassFish
It also works with GlassFish v3. I noticed that about 2.1, but didn't know why. Do you?
Posted by geertjan on Aug 10, 2009
Problem with deployment on Glassfish 2.1
The generated web.xml does not work with glassfish 2.1 (it works with Tomcat)? Is this a known issue?
Posted by rundgrent on Aug 10, 2009
Problem with deployment on Glassfish 2.1
The generated web.xml does not work with glassfish 2.1 (it works with Tomcat)? Is this a known issue?
Posted by rundgrent on Aug 10, 2009
Thank you
Thanks very much for your upgrading of this plug-in for NeatBeans 6.7. I am new to Wicket but love its simplicity so much! Many thanks again, geertjan!
Posted by ianmarshall on Jul 29, 2009
I will file the 2 issues as per your request at http://nbwicketsupport.dev.java.net/
Geertjan,
I will file the 2 issues I previously reported as you requested at http://nbwicketsupport.dev.java.net/ and hopefully they will be addressed as soon as possible which will go to make Netbeans an even better development platform for us Wicket developers. Thanks again. Jeff
Posted by jatco on Jul 14, 2009
News about Maven + Wicket in NetBeans
http://blogs.sun.com/geertjan/entry/wicket_support_for_maven_projects
Posted by geertjan on Jul 14, 2009
News about Maven + Wicket in NetBeans
http://blogs.sun.com/geertjan/entry/wicket_support_for_maven_projects
Posted by geertjan on Jul 14, 2009
Thanks all
Hi all, Thanks for the positive feedback thus far. Jatco, I will look into the issues you raised, I'd really appreciate it if you'd file them all (each as a separate issue) at http://nbwicketsupport.dev.java.net/. That way it will be possible to prioritize and assign, and so on. Any other feedback from anyone else is more than welcome. More issues too!
Posted by geertjan on Jul 14, 2009
latest release
just wanted to add that I have installed the plugin and ported my project to 6.7 and all works as expected.
Thanks for the effort
Posted by tmose on Jul 09, 2009
latest release
Thanks for getting this done and will let you know if i run into anything.
Posted by tmose on Jul 09, 2009
Great Plugin and thanks you, Geertjan
I created a new project with it and I was able to deploy to Glassfish v2.1 with no problem.
As a future enhancement :) perhaps you can include the option of setting the default DOCTYPE that is generated for html files. This could could be done at the project level or at the time the html file is created. I did notice the following issuess which might be related more to the IDE than to the plugin but I thought I'd bring them to your attention anyway and perhaps get your feedback as to what is the best way to get these addressed: 1) Changes to html files as well as resources in java packages do not trigger a build and deployment to the server. 2) html files as well as resources which reside side-by-side with java files in java packages have no facility for "safely" deleting them as there is for java files. Shameless Plug - On my blog at http://jeff-schwartz.blogspot.com/ I have numerous Netbeans/Wicket related articles with the latest one about using Wicket, Netbeans, EJBs and Dependency Injection in a Java EE5 enterprise application container such as GlassFish.
Posted by jatco on Jul 09, 2009
Updated Wicket tutorial
Updated the Wicket tutorial to 6.7 (which is now the only version of the IDE where the plugin can be used, unless you check out the sources from dev.java.net): http://www.netbeans.org/kb/60/web/quickstart-webapps-wicket.html
Posted by geertjan on Jul 09, 2009
hantsy, please follow the tutorial
hantsy, please follow the tutorial listed in the plugin's description. Then, tell me where the problem occurs, i.e., in which step in the tutorial. Otherwise, I cannot reproduce your problem.
Posted by geertjan on Jul 09, 2009
Thanks for your effort!
This is a problem here.
As a wicket newbie, I tried create a sample project from Wicket sample. But I found it does not recognised Wicket support and I can not found "Wicket" in the "frameworks" section the Project properties window. The web.xml is configured for wicket support , but the NetBeans does not detect it.
Posted by hantsy on Jul 09, 2009
Comments welcome/needed
Any comments at all (good/neutral/bad) is more than welcome, especially from those who have been clamoring for this update. :-)
Posted by geertjan on Jul 08, 2009
Javadoc and source navigation included
I tweaked the plugin a bit so that Javadoc support and navigation into Wicket classes is now also supported, if your download is named "Wicket4NB67-2.zip".
Posted by geertjan on Jul 08, 2009
More info in my blog...
http://blogs.sun.com/geertjan/entry/wicket_plugin_ready_for_netbeans
Posted by geertjan on Jul 08, 2009
Updating to 6.7
Created a branch on nbwicketsupport.dev.java.net for the sources of the Wicket Plugin for NetBeans IDE 6.7. Upgraded various parts to let it work with 6.7, mostly small internal tweaks. When you download the plugin here, i.e., by clicking 'Download', you should have a ZIP file named "Wicket4NB67.zip".
Posted by geertjan on Jul 08, 2009
Netbeans 6.7 compatibility
I would like to join other users and express my appreciation for this plugin. I would also like to join other users and ask you to post an update on when you are planning to port Wicket plugin to Netbeans 6.7.
We just need to know what and when to expect so that we can plan our development accordingly. Thank you, geertjan.
Posted by alecswan on Jul 08, 2009
Can I help with the next release for Netbeans v6.7
geertjan,
Please let me know if there is anything I can do to assist you with releasing a version of the Wicket Plugin for Netbeans v6.7. I figure I should take some responsibility for it seeing as how useful it is to us Wicket developers. This is an honest offer so anything, beta testing, coding, documenting... you name it, I will help. Sincerely, Jeff
Posted by jatco on Jul 02, 2009
Netbeans IDE 6.7
I couldn't install the plugin 'cause i got the following error message:
Warning: Could not install some modules: Wicket support - the module named org.netbeans.modules.editor.deprecated.pre61completion/0 was needed and not found. Is there any solution for this error?
Posted by sun_user on Jun 30, 2009
Next release of Wicket plugin when 6.7 is released
I was wondering if you could share your intended release of the next version now that 6.7 has been officially released.
Posted by tmose on Jun 30, 2009
Next release of Wicket plugin when 6.7 is released
I don't know what "installed 6.7 (latest release)" means. Right now, 6.7 doesn't exist. There's only daily builds, a Beta, and upcoming release candidates. I am definitely not planning to create a new release of the Wicket support for each of these. However, there will definitely be a full update for the Wicket plugin once 6.7 is officially released.
Posted by geertjan on May 19, 2009
Update What
I went ahead and installed 6.7 (latest release) and added the wicket plugin. The installation does not have a problem but when I start Netbeans I get the following error.
org.netbeans.modules.editor.deprecated.pre61completion/0 was needed and not found. Also when I go into the plugin area I see "Wicket Support" disabled, when I try to enable it I get the following. Activation failed: Not all requested modules can be enabled: [StandardModule:org.netbeans.modules.web.wicket jarFile: /home/tmo/.netbeans/6.7beta/modules/org-netbeans-modules-web-wicket.jar] I understand 6.7 is still in beta and a possible moving target at this time, but my question is are you planning to support 6.7 with this pugin and if so any idea when,
Posted by tmose on May 19, 2009
Update What?
The last time I tried installing the plugin it failed under 6.7 indicating that some compatibility module was missing.
I will ty again and let you know.
Posted by tmose on May 14, 2009
Wicket in Netbeans 6.7
Now that the next release is close to becoming a reality are you planning to update the Wicket plugin.
Posted by tmose on May 13, 2009
NPE - null AnnotationType for:org-netbeans-modules-web-wicket-verification-WicketProblemMark
Not sure if this exception has something to do after I updated Netbeans 6.5 to 6.5.1. But in the logs I noticed the following stacktrace:
java.lang.NullPointerException: null AnnotationType for:org-netbeans-modules-web-wicket-verification-WicketProblemMark at org.netbeans.editor.AnnotationTypes.getType(AnnotationTypes.java:324) at org.netbeans.editor.AnnotationDesc.updateAnnotationType(AnnotationDesc.java:180) at org.netbeans.modules.editor.NbEditorDocument$AnnotationDescDelegate.(NbEditorDocument.java:309) at org.netbeans.modules.editor.NbEditorDocument.addAnnotation(NbEditorDocument.java:219) at org.openide.text.NbDocument.addAnnotation(NbDocument.java:465) at org.openide.text.DocumentLine.attachDetachAnnotations(DocumentLine.java:395) at org.openide.text.DocumentLine$LR.run(DocumentLine.java:865) at org.openide.text.DocumentLine$LR.invoke(DocumentLine.java:881) at org.openide.text.DocumentLine$LR.stateChanged(DocumentLine.java:886) at org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:319) at org.openide.text.CloneableEditorSupport.fireStateChangeEvent(CloneableEditorSupport.java:2171) at org.openide.text.CloneableEditorSupport.fireDocumentChange(CloneableEditorSupport.java:2154) at org.openide.text.CloneableEditorSupport.access$1300(CloneableEditorSupport.java:120) at org.openide.text.CloneableEditorSupport$5$1Query.call(CloneableEditorSupport.java:1552) at org.openide.text.CloneableEditorSupport$5.run(CloneableEditorSupport.java:1560) at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:324) at org.openide.text.NbDocument.runAtomic(NbDocument.java:384) at org.openide.text.CloneableEditorSupport.reloadDocument(CloneableEditorSupport.java:1508) at org.openide.text.CloneableEditorSupport.checkReload(CloneableEditorSupport.java:2125) at org.openide.text.CloneableEditorSupport.access$2300(CloneableEditorSupport.java:120) at org.openide.text.CloneableEditorSupport$Listener$1.run(CloneableEditorSupport.java:2713) at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:324) at org.openide.text.NbDocument.runAtomic(NbDocument.java:384) at org.openide.text.CloneableEditorSupport$Listener$1.run(CloneableEditorSupport.java:2705) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Posted by squib on Mar 27, 2009
Is this release missing org.apache.wicket.spring in its jars?
I am trying to integrate spring into my wicket application which was create with this plugin. I added the following to my web.xml file:
MyApplication org.apache.wicket.protocol.http.WicketFilter applicationFactoryClassName org.apache.wicket.spring.SpringWebApplicationFactory When I run the application I get the following error: org.apache.wicket.protocol.http.WebApplicationFactoryCreationException: Unable to create application factory of class org.apache.wicket.spring.SpringWebApplicationFactory at org.apache.wicket.protocol.http.WicketFilter.getApplicationFactory(WicketFilter.java:1014) at org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:663) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:262) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:375) at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:119) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4497) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5343) at com.sun.enterprise.web.WebModule.start(WebModule.java:456) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:922) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:906) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2205) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1890) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:85) at com.sun.enterprise.v3.server.ApplicationLifecycle.start(ApplicationLifecycle.java:560) at com.sun.enterprise.v3.server.ApplicationLifecycle.start(ApplicationLifecycle.java:547) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:189) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:329) at com.sun.enterprise.v3.admin.CommandRunner$2.execute(CommandRunner.java:302) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:312) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:119) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:99) at org.glassfish.deployment.admin.ReDeployCommand.execute(ReDeployCommand.java:94) at com.sun.enterprise.v3.admin.CommandRunner$2.execute(CommandRunner.java:302) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:312) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:119) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:99) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:250) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:176) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:147) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180) at com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633) at com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570) at com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152) at com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56) at com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325) at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184) Caused by: java.lang.ClassNotFoundException: org.apache.wicket.spring.SpringWebApplicationFactory at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1509) at org.apache.wicket.protocol.http.WicketFilter.getApplicationFactory(WicketFilter.java:1000) ... 42 more I checked for org.apache.wicket.spring in the jars but I cannot find it. Is it missing or am I doing something else wrong? Thanks in advance. Jeff
Posted by jatco on Mar 23, 2009
Is this release missing org.apache.wicket.spring in its jars?
I am trying to integrate spring into my wicket application which was create with this plugin. I added the following to my web.xml file:
MyApplication org.apache.wicket.protocol.http.WicketFilter applicationFactoryClassName org.apache.wicket.spring.SpringWebApplicationFactory When I run the application I get the following error: org.apache.wicket.protocol.http.WebApplicationFactoryCreationException: Unable to create application factory of class org.apache.wicket.spring.SpringWebApplicationFactory at org.apache.wicket.protocol.http.WicketFilter.getApplicationFactory(WicketFilter.java:1014) at org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:663) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:262) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:375) at org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:119) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4497) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5343) at com.sun.enterprise.web.WebModule.start(WebModule.java:456) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:922) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:906) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2205) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1890) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:85) at com.sun.enterprise.v3.server.ApplicationLifecycle.start(ApplicationLifecycle.java:560) at com.sun.enterprise.v3.server.ApplicationLifecycle.start(ApplicationLifecycle.java:547) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:189) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:329) at com.sun.enterprise.v3.admin.CommandRunner$2.execute(CommandRunner.java:302) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:312) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:119) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:99) at org.glassfish.deployment.admin.ReDeployCommand.execute(ReDeployCommand.java:94) at com.sun.enterprise.v3.admin.CommandRunner$2.execute(CommandRunner.java:302) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:312) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:119) at com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:99) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:250) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:176) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:147) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180) at com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633) at com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570) at com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152) at com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56) at com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325) at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184) Caused by: java.lang.ClassNotFoundException: org.apache.wicket.spring.SpringWebApplicationFactory at org.glassfish.web.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1509) at org.apache.wicket.protocol.http.WicketFilter.getApplicationFactory(WicketFilter.java:1000) ... 42 more I checked for org.apache.wicket.spring in the jars but I cannot find it. Is it missing or am I doing something else wrong? Thanks in advance. Jeff
Posted by jatco on Mar 23, 2009
Wicket and JAX-RPC
I like the plugin while it's getting me started fast. But sadly I run in trouble when using a webservice via JAX-RPC. After import of the WSDL file, the project doesn't compile anymore with the error:
wscompile-init: WebApplication1/nbproject/build-impl.xml:367: taskdef class com.sun.xml.rpc.tools.ant.Wscompile cannot be found This problem doesn't occure with i.e. a normal Java Desktop Application project and adding the same webservice. Does someone know a solution or workaround. The libraries for JAX-RPC are added (automatically) in both cases.
Posted by radam on Feb 14, 2009
Solution Wicket and JAX-RPC
Go to properties file /nbproject/project.properties.
Change: wscompile.classpath=${wscompile.tools.classpath}:${j2ee.platform.wscompile.classpath} to: wscompile.classpath=${wscompile.tools.classpath}:${j2ee.platform.wscompile.classpath}:${javac.classpath}
Posted by radam on Feb 14, 2009
Are you serious?
Do you expect me to test this plugin whenever a new development build is released? I.e., every day? This plugin is for 6.5 final release. If it works in anything after that, then that's nice but unintended.
Posted by geertjan on Dec 21, 2008
Doesn't work in current development build
Actual dev build write:
Wicket Support - The module named org.netbeans.modules.editor.deprecated.pre61completion/0 was needed and not found. I tested it with netbeans-hudson-trunk-4650.zip
Posted by tprochazka on Dec 21, 2008
Sources and Javadoc url
The sources and javadocs for all releases are in http://repo2.maven.org/maven2/org/apache/wicket/wicket/, in my humble opinion, the binaries, sources and javadocs (and perhaps some dependencies like slf4j) could be provided as a library module, and the project support would depend on that library. If you feel this approach is better, I can build the library modules.
Posted by dtoffe on Dec 14, 2008
Yes , the problem is still here.
I promise I download the zip file in this page and not install the other Wicket plugin ,
Today I have reinstalled it( remove and install it again) . When I opened "Libraries" , find "Wicket" definition in the left panel. The problem is still here. I click "Source" tab , the jar file verion is 1.3( the path is end with 1.3.0-sources.jar).
Posted by hantsy on Dec 12, 2008
Yes, that's wrong
Yes, the Sources tab contains the 1.3 sources JAR. I couldn't find the 1.4RC1 sources JAR. Maybe better would have been for me to remove the 1.3 sources JAR in that case. What do you think? Happy to fix this, your choice how I do so.
Posted by geertjan on Dec 12, 2008
Some questions and problems?
1.This plugin is hosted on http://nbwicketsupport.dev.java.net ? where can I check out the source?
I found another "Wicket Support" in this plugin portal, they are same project ? 2. I downloaded it and installed it . I try to create a sample application from "Loginning applcation" example. This project can not compiled. The problem is the "Wicket" library use 1.4rc binary in classpath , but use 1.3 in source path.
Posted by hantsy on Dec 11, 2008
Download it here.
Just install this one. Do not install another one. Do not go somewhere else. Just do this: Click the Download button that you see on this page. Not on another page. This page. This page, right here. Go on, click it. You will have "1.4" in the name of the ZIP that you download.
Posted by geertjan on Dec 11, 2008
Wicket 1.4 or 1.3?
I seem to have the same problem as hantsy, I see the screenshots refer to a Wicket 1.4 but when I install the plugin everything seems to refer to 1.3?
Posted by quintesse on Dec 11, 2008
Very cool
This plugin definitely saves time when you're new to Wicket and just want to get something up and running. I found it very useful.
Posted by bradpeabody on Nov 18, 2008
I think that this doesn work completely
I tested it with NB 6.1 and 6.5 and when I created web project with wicket support and again open project properties wicket is missing in "Used frameworks" dialog. Autocomplete for wicked tags in HTML doesnt work also.
Posted by tprochazka on Jul 23, 2008
Do it yourself. :-)
Those features were never supported, tprochazka. You are welcome to join the project and add them!
Posted by geertjan on Jul 23, 2008
Cannot Download
I cannot download this plugin for some reason is there something with the link ?
Yes you are right does work i tried download on a different computer and it downloaded , on my main computer i use Free download manager and for some reason would not allow. Thanks. Installed plugin ok netbeans 6.1 so far everything working except example login application it loads in browser but link to login throws exception as well as change password. Any info on this ?
Posted by nguyendp00 on Jul 02, 2008
Great! Thank you for this plugin
I have download file and intall them.It works fine in Netbeans6.1. Great plugin, thanks!
Posted by jukip on Jun 30, 2008
Oh , I found the reason.
The download file is different from the one listed in the plugin manager?
I downloaded the file directly , and add them to install , It works.
Posted by hantsy on Jun 29, 2008
Error ocurred !
When I added the plugin from plugin manager and click next button to instlal , and I got the following error message.
What is wrong ? My netbeans version is 6.1, and I've updated all patches(patch1, patch2). ------------------------------------------------------------------------------- Missing required modules for Plugin WicketSupport: module javax.jmi.reflect/1 > 1.7.1 module org.netbeans.api.mdr/1 > 1.4.1 module org.netbeans.jmi.javamodel/2 > 1.21.1 module org.netbeans.modules.editor.hints/1 = 1 module org.netbeans.modules.java/1 > 1.25.1.2.2.2 module org.netbeans.modules.javacore/1 > 1.18.1.2.2 module org.netbeans.modules.jmiutils/1 = 2 module org.netbeans.modules.refactoring/1 = 3
Posted by hantsy on Jun 29, 2008
Links
Plug-in works just fine in NB 6.1.
For those who like to start with wicket, here are another good resources: http://wicketstuff.org/wicket13/ http://www.nabble.com/ - discussion forums
Posted by beeblebrox on Jun 26, 2008
What do you mean, hantsy?
hanty, please describe what happens in a way that I can do something to fix it. E.g., is there an error message? What do you mean by "this plugin is down"? In what way? Etc. Details please so that I can troubleshoot.
Posted by geertjan on Jun 25, 2008
This plugin does not work with the newst nb 6.1
After updating the latest patch for nb6.1 , this plugin is down
Posted by hantsy on Jun 24, 2008
RE: Interested in Wicket... Where do I start
A good starting point is the project landing at Apache, http://wicket.apache.org/. They have very good documentation to get started with lots of examples.
Posted by dbotterill on Apr 08, 2008
RE: Interested in Wicket... Where do I start
Also you can check out the Wicket Wiki, http://cwiki.apache.org/WICKET/.
Posted by dbotterill on Apr 08, 2008
Interested in Wicket... Where do I start?
Is there a learning trail that someone can provide?
Wicket seems pretty interesting and I want to hop aboard!
Posted by javydreamercsw on Apr 04, 2008
Thanks for this !
Hi,
Many thanks for this smart plugin ;). Just one thing: why doesn't it use Wicket Filter instead of the Servlet ? I think that the Filter (introduced in Wicket 1.3) is a much better choice. Cheers,
Posted by djo_mos on Mar 06, 2008
Wonderful, You saved me a bunch of time.
Thank you very much for the pluggin.
You saved me a bunch of time. I have been trying to make this work for awhile.
Posted by esimeon on Feb 15, 2008
RE: Can you please update the library to 1.3 final
Done. Now the plugin contains the final 1.3 libs and source.
Posted by dbotterill on Jan 20, 2008
Can you please update the library to 1.3 final
1.3 final is out can we get the library updated here as well.
Thanks Steve
Posted by scitronpousty on Jan 05, 2008
Excellent
Working with the plugin in NetBeans 6 Beta 2, no blocking problem so far just few minor issues, e.g. wrongly generated imports when adding a Panel (import wicket.markup.html.panel.Panel instead of import org.apache.wicket.markup.html.panel.Panel).
Thanks a lot for the plugin :-)
Posted by beeblebrox on Nov 05, 2007
Good Job
Installed the plugin in Netbeans 6 Beta 1, works perfectly! thanks all of you! keep up the good work....
Posted by cvasilak on Oct 01, 2007
|