mariyam saeed

Greenhorn
+ Follow
since Apr 18, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mariyam saeed

i am facing the same problem llike this

http://stackoverflow.com/questions/19766155/is-there-any-way-to-generate-jpa-entities-correctly-of-several-schemas

how to solve this
i am using netbeans and i have followed like this
1.creating entities from database
2.creating restful web service from entiies
3.creating restful javascript client from restful web service

the foriegn key table which have different schema


the foriegn key table which have same schema (which is the correct way)
hi, i am trying to get a list of fruit for the dropdown, and it's id shuld be saved to the table when the fruit is selcted.
i have followed this link
http://stackoverflow.com/questions/18484762/populating-drop-down-with-json-object
but it is not working for me
here is what i have done so far


<select name = "drop_down" id= "fruits">
<option value="None" selected="Selected">Select type</option>
</select>
i have made a project using html 5 application in netbeans 8.0.
wen i ran the index page i am getting error
here is my source code


i am getting error like this
failed to load resource: net: ERR_EMPTY_RESPONSE at http://localhost:8383/favicon.ico
hi, thanks for your reply, can you post a example OF POST Method in xml format,
here, i am trying to insert a new record for the Country table
8 years ago
i Hace checked the GET method and it is working correcly, having problems with the POST, PUT, AND Delete
can anybody help
8 years ago
thanks for your reply, can you give me an example how to POST for country in XML OR JSON
8 years ago
i have generated entities and restful web service in netbeans. the code details are
countryFacadeREST.java


Country,java

8 years ago
hi, thanks for your reply, the POST / PUT url not different.
i have changed the URL and it still gives me the error
GET is working fine, but POST AND DELETE is giving me error
8 years ago
i am using the auto generated restful web services codes from netbeans, and i am testing the restful web service using advanced rest client in chrome and i am having the Sql Database,
i have tried to recieve all rows in the table using GET, and it is working successfully,
but when i tried "POST", OR "PUT" it gives me this error, can sumbody help
8 years ago
i am using the auto generated restful web services codes from netbeans, and i am testing the restful web service using advanced rest client in chrome and i am having the Sql Database,
i have tried to recieve all rows in the table using GET, and it is working successfully,
but when i tried "POST", OR "PUT" it gives me this error


</head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>GlassFish Server Open Source Edition 4.0 </h3></body></html>


can anybody help to identify what is wrong with the code
8 years ago
hi, i am new to jasper reports and i am having trouble at getting sql stored procedure result set and i dont know how to call its parameters
1.i have chosen sql as language in the report query designer
and i have use this code.
EXEC dbo.exam @serial = @serial
i have included all fields name in the fields and added parameters in the parameters.

i am getting ERROR "Procedure or function "exam" expects parameter "@serial" which was not supplied"