1. HTTP Status 500 stackoverflow.comI want to make Restful - Web Service using netbean 6.5, glassfish V 2 , and i already make table and the relationship between table. But when i want to test ... |
2. MIMEParsingException in REST stackoverflow.comI have a question about MIMEParsingException. I use JEE 6 with NetBeans 6.8. I write a simple REST web service in Java to print "hello world", it runs well. Then I write ... |
3. How to create SAAS using netbeans? stackoverflow.comI saw that in the services tab of the NetBeans there are providers such as google, amazon and zillow who provide SAAS. Their services are available, the developer simply needs to ... |
4. How to consume rest service in WCF that was generated with NetBeans? stackoverflow.comI've created a rest service from a mysql database with NetBeans and I want to consume the service in C#, with WCF if possible. Is there a decent way to generate entities ... |
5. Testing Restful services not showing in Firefox stackoverflow.comI am using netbeans 6.8 and glass fish and trying to start learning restful services. |
6. error in testing restful stackoverflow.comwhat is the error at this project i am using netbeans 7.0.1
|
7. REST uri attribute forums.netbeans.orgido.ran Joined: 12 Mar 2009 Posts: 12 Posted: Sat Mar 28, 2009 2:14 pm Post subject: REST uri attribute Hello, I'm build a RESTful Web Service using NetBeans. ... |
8. Restful Plugin forums.netbeans.orgHi all, first of all I'm a newbie. I'm trying to develop a Restful webservice so I create the Restful webservice from database. The testrestful doesn't work cause there is a ... |
9. RESTful Web Service Client IP Address forums.netbeans.orgHi, I have written a RESTful web service and I need to be able to interact with the http context to retrieve the client IP address. The UriInfo does not have ... |
10. Can anyone really help with RESTful Web Services with Netbeans? forums.netbeans.orgHi, I am new to java and netbeans and it would be really kind if some one could assist with a few issues: * I have written a restful web service. ... |
11. How to launch my RESTful TEST with JAVA Enterprise application forums.netbeans.orgHi, I want to TEST my RESTful WebService in my JAVA Enterprise Application. I have a bit database in my EJB Module. Resuming, I have two modules (EJB + WAR) and ... |
12. Example Netbeans about Client Stubs RESTful doesn't work forums.netbeans.orgHi, I'm doing a project and I would need RESTful Web Services (with Client Stubs RESTful) Well, Netbeans.org offers an example to use Client Stubs when I want to catch objects ... |
13. Finding an example with RESTful that returns an image forums.netbeans.orgHi, I have a method must return an image. I haven't found nothing about these. My method is the next: @Path("/image") public class ImageResource { public ImageResource() {} @GET @Produces({"image/jpeg,image/gif"}) public ... |
14. No Restful file type in NB 6.7 & Glassfish3 on Mac OS X forums.netbeans.orgFollowing the Sun GuessDukesAge tutorial for a first app I try to "Create the DukesAgeResource Class". Click new file, select Web Services in the Categories pane. However, when I try to ... |
15. rest client forums.netbeans.orgfor writing java based jersey rest clients -- see the link http://www.sun.com/offers/details/Java_Jersey_Client.xml at http://jersey.dev.java.net -- right side of page also i found an example http://blogs.sun.com/enterprisetechtips/entry/consuming_restful_web_services_with but these are Jersey REST examples ... |
16. RESTful services (JAX-RS) and Single-Signon forums.netbeans.org |
17. RESTful services (JAX-RS) and Single-Signon forums.netbeans.org |
18. Re: Feedback: Getting Started with REST Services in NetBeans IDE 6.5 forums.netbeans.orgView previous topic :: View next topic Author Message George Thiruvathukal Posted via mailing list. Posted: Sat Aug 29, 2009 2:10 am Post subject: Re: Feedback: ... |
19. RESTful web services with mysql problem forums.netbeans.orgCould anyone please tell me how to use RESTful Web services to query more than one table in mysql? All examples I find use only one table to demonstrate the concept ... |
20. Example Netbeans about Client Stubs RESTful doesn't work forums.netbeans.orgxworker, There have been many problems with that tutorial, mostly to do with 3rd party services. That's why the tutorial has not been supported since NB 6.1, as you may have ... |
21. REST Web service integration with IDE forums.netbeans.orgI created a WADL file for an external REST web service, and I added it to the Services palette in the IDE in a new Group under Web Services (that contains ... |
22. Restful Applications... Can I create tests from existing code ...? forums.netbeans.orgI have an existing RESTful web application set up in a netbeans 6.8 project. I am exploring the possibility of using Netbeans to run RESTful tests against the app. So far ... |
23. help for restful client forums.netbeans.orghi all! i'm a newbie of netbeans and web services... I'm studing on netbeans tutorials to create a restful web service. I've created a database and i have followed the tutorial ... |
24. How to create a RESTful web service based on a non-relational datasource? forums.netbeans.orgHi there I'm trying to figure out if there's a relatively easy path to implementing a RESTful web service based on a triple store (RDF). I'm stuck in the "create persistance ... |
25. Error message while running restful service on netbeans 6.8 forums.netbeans.orgowais zahid Posted via mailing list. Posted: Mon Mar 22, 2010 12:14 pm Post subject: Error message while running restful service on netbeans 6.8 I have recently tried ... |
26. Getting Started with RESTful Web Services bugs forums.netbeans.orgWilliam123 Joined: 24 Mar 2010 Posts: 2 Posted: Wed Mar 24, 2010 5:14 pm Post subject: Getting Started with RESTful Web Services bugs I am trying to follow ... |
27. RESTful Web Service using WSLD from SOAP forums.netbeans.orgHi guys, I have a WS which I have created in .NET which just searches the database based on parameters determined by the user. I have started to implement the RESTful ... |
28. Restful services tutorial issue forums.netbeans.orgHi, I tried the Restful services tutorial at http://www.netbeans2.org/kb/docs/websvc/rest.html#Exercise_0, but have been unable to get past the testing your restful service step. When I follow the step to test the application, ... |
29. Installing RESTful Authentication forums.netbeans.orgHi Am using Netbeans 6.8 on W7 PC and am having trouble installing RESTful Authentication. I have gone to Install Generators, selected restful_authentication and installed it - all messages from Gem ... |
30. create restful service java client forums.netbeans.orgYou can register the restful service in the IDE's Web Services Register (in Services tab) and drag and drop operations into your code. See the SaaS tutorials. For web applications, try ... |
31. RESTful web service client for JME? forums.netbeans.orgDear all, I was wondering if it is possible to create a RESTful web service and then create a client under JME technology with/without Netbeans. I had done a quick search ... |
32. do some calculation with RESTful forums.netbeans.orghoi, Is it possible to do some calculation with RESTful web service ? I have a default interface from my REST webservice but suppose i want to do some calculation on ... |
33. "Creating RESTful Service Clients in NetBeans Modules" not work for me forums.netbeans.orgliquidsnake Joined: 02 Apr 2009 Posts: 6 Posted: Sat Jul 03, 2010 4:20 pm Post subject: "Creating RESTful Service Clients in NetBeans Modules" not work for me I ... |
34. Missing RESTful Java Client file type forums.netbeans.orgI have been following the tutorial on creating a Facebook Web Application: http://netbeans.org/kb/docs/websvc/facebook.html The tutorial instructs us at Step 5. to choose the file type "RESTful Java Client" from the list ... |
35. Getting error while writing JUnit test case for RestFul Servicesjavascript:emoticon(':oops:') forums.netbeans.org |
36. Getting error while writing JUnit test case for RestFul Services forums.netbeans.org |
37. Re: Feedback: RESTful Client Stubs in NetBeans IDE 6.0 forums.netbeans.org |
38. RESTful Java Client - help needed forums.netbeans.orgnetguyhere Joined: 01 Jul 2010 Posts: 2 Posted: Sun Oct 03, 2010 6:38 am Post subject: RESTful Java Client - help needed Hi, I am trying to learn about RESTful Java client. I have created a mysql db in my laptop and with netbeans 6.9 I am able to create a RESTful API with which I can get/put ... |
39. RESTful Webservice Testing forums.netbeans.orgI have created a RESTful webservice based upon a MySQL database. I mostly followed the example in the tutorials to do this but used a database of my own creation instead. I got it working and can test using GET (provided the database has data), but I don't know how to test using PUT or POST. I would also like to ... |
40. Question on RESTful Web Services from Patterns forums.netbeans.orgHello, I am studying J2EE and have run into a problem. I created a new file, then did the following: Chose File Type Web Services Chose RESTful Web Services from Patterns ...clicked next. The tutorial says to choose Singleton, but it is not there. The only options are: Simple Root Resource Conatainer-Item Client-Controlled Container-Item Version info seems to be current: If ... |
41. Help - RESTful WS from entity classes forums.netbeans.orgI want to implement restful web-services to query my database. In Netbeans I did this: - I created entity classes from my db - I generated web-services from these entity classes GET methods work fine when testing but I have some additional requirements. I dont want to query only by tables' id-s. Data needs to be retrieved also when some other ... |
42. Logic behind relationship resolution/representation in Create RESTful Web Services from Entity Classes? forums.netbeans.orgI searched for any sort of documentation describing the logic behind how relationships between tables get resolved when you use the wizard Create RESTful Web Services from Entity Classes in Netbeans 6.9.1. Basically, in some cases relationships between tables are returned in JSON calls as a URI to retrieve the elements in the relationship. In other cases, the entire list of ... |
43. Netbeans 6.9 and Mysql Rest service issue forums.netbeans.orgHello I am trying to develop a simple web service using mysql and JDBC and when creating my entity classes I get this warning: Source level 1.6 is recommended for JPA 2.0 The source level for this project is currently 1.5 How can I set my source level to 1.6 ?? Thanks, Dave |
44. RESTful web service failure forums.netbeans.orgI switched from Eclipse+JBoss and thought NetBeans+Glassfish looked promising. However, I'm having a strange problem. Following the Java EE 6 Tutorial (Nov. 2010) to create a simple restful web service in a simple web application, right click the project to test the restful web service, the browser shows WADL : http://localhost:8080/WebApplication1/resources/application.wadl Test RESTful Web Services Select a node on the navigation ... |
45. Java warehouse - rest in peace forums.netbeans.org |
46. restful forums.netbeans.orghow to set proxy for restful service bcz when i run CustomerDB restful client stub app i am getting an error: Set proxy if RESTful web service is not running on the same domain as this application is not for me, this is the same machine. i am using netbeans 6.5, glassfish v2. |
47. NetBeans Restful Web Services Sub-Resource Data forums.netbeans.orgHello all.. I've been going through generating RESTful Web Services from Entity Classes... those being generated from my DB, containing several related tables. All of this has been going great... there is just one thing that has got me stumped... When I perform calls on my services, I not only get data containing my data row, but I also get back ... |
48. Extend Netbeans RESTful Webservice example forums.netbeans.orgHey, i did this tutorial http://netbeans.org/kb/docs/websvc/rest.html to create a restful webservice with my mysql db. the basic things works fine, but now i want to extend the service functionality. But i have no clue how to do this. im a bit confused due to the many generated files (entities, service, converter). how can i add additional parameters to the GET part, ... |
49. Test Restful Web Services Problem forums.netbeans.org |
50. Problem with Getting Started with RESTful Web Services tutorial forums.netbeans.org |
51. Creating REST web service in NB 7.0.1 forums.netbeans.orgI am trying to add a new REST web service to my project. If I click on the 'New File' button (Ctrl-N) and select 'Web Services' category I got a choice of: Restful Web Services from Entity Classes; Restful Web Services from Patterns; Restful Web Services from Database However, when I I use project context menu and select 'New', I got ... |
52. Testing REST web services won't work on Chrome forums.netbeans.org |
53. Adding new methods to RESTful web service forums.netbeans.orgmstaszew Joined: 04 Oct 2011 Posts: 2 Posted: Tue Oct 04, 2011 4:09 pm Post subject: Adding new methods to RESTful web service Hi there, I'm new to Java web service development and would like to extend the web service. I've followed the tutorials online and I've now started working on my application. I'm connecting to an Oracle ... |
54. Modifying classes generated by the Restful webservices Wizard forums.netbeans.org |
55. Re: Modifying classes generated by the Restful webservices Wizard forums.netbeans.orgI generally make a copy of each Facade class (and entity class if Ive made changes to the named queries etc) from the previous generation before using the wizard to recreate the classes. Then its simply a matter of copying across any manual changes I made to the new entity classes and deleting the previous generation. Diff is a great help ... |
56. RESTful Web Services forums.netbeans.orghello i would like to add this toutorial http://documents.cofares.net/netbeans.org/kb/69/websvc/rest.html[^] to clinet server toturail http://netbeans.org/kb/docs/javame/webtomobile.html[^] but the following error accure when i test the Collapse | Copy Code RESTful Web Services Collapse | Copy Code Error occurred during deployment: Exception while deploying the app [WebApplication] : org.xml.sax.SAXParseException; lineNumber: 21; columnNumber: 26; Deployment descriptor file WEB-INF/web.xml in archive [web]. cvc-complex-type.2.4.a: Invalid content was ... |
57. Beginner: Testing the Restful webservice CustomerDB example forums.netbeans.orgHi, I'm new to netbeans and have just started using it for web service development. I've loaded the CustomerDB example that comes with netbeans 7.0.1. Using the Test RESTful web services client I am unable to get the DELETE option working for some reason. All I get is a '-1' in the Raw View and it would appear from the HTTP ... |
58. RESTful Java Client does NOT work in NetBeans 7.0.1 forums.netbeans.orgI was very happy to see the progress is being made on RESTful Java Client in NetBeans 7.0.1; however, I am disappointed that it is not entirely working. When I created a client for my testing RESTful service, the following methods are apparently broken: jersyClient.findRange_JSON(Class |
59. Unable to download Restful Web services Plugin :-( forums.netbeans.org |
61. Re: Feedback: Getting Started with REST Services in NetBeans IDE 6.1 forums.netbeans.orgHi Nakamura, Miles, There could be an issue in the https port retrieval code of Netbeans. Workaround is 1. Run "Test RESTful Web Services" (browser will show the error you got earlier, do no close the browser), then 2. Click Tab "File" in NB 6.5 IDE, then edit file "/build/generated/rest-test/test-resbeans.html", search for line var baseURL = "http://localhost:8080/CustomerDB/||ServletAdaptor||/resources/*"; replace with var baseURL ... |
62. Problem with the REST tutorials forums.netbeans.orgHi, I'm running NB 6.5 on OSX (10.4) with java 1.5.0_16 but I'm having trouble getting the two REST tutorials to work properly. Specifically with both tutorials.. - http://www.netbeans.org/kb/docs/websvc/rest.html - http://www.netbeans.org/kb/60/websvc/rest-mysql.html When I come to test the web service I don't see the tree nodes as the tutorial shows. There are no errors (and I have Jersey in the library) but ... |
63. [nbajax] Question for RESTful Services Generation/Code Wizards forums.netbeans.orgHi, a) Netbeans offers wizards for generation of Restful Webservices, out of entity classes, out of the database, and through patterns. But what if I want to make a simple POJO a restful web service with JSON responses ? How can I easily make any java class a restful web service ? b) I tried to handcode restful webservice behavior into ... |
64. Test RESTful Web Services in Enterprise Application forums.netbeans.orgHello, I'm using NetBeans 6.5 (Build 200811100001 if it matters) to build an enterprise application with two modules: ejb and web. The ejb module contain few Entity Beans and few Stateless Session Beans, I'm new to Java so I'm keeping it simple, later I may split the interface from the implementation but for now it's fine for me to combine them. ... |
65. Create REST URL with netbeans java-forums.org |