开发者

jena Result in Html(servlets/jsp)

开发者 https://www.devze.com 2023-02-22 03:42 出处:网络
List<RowObject> results = new ArrayList<RowObject>(); 开发者_开发技巧I tried the above code from Print the jena result set in html(servlet/jsp) post
List<RowObject> results = new ArrayList<RowObject>();
开发者_开发技巧

I tried the above code from Print the jena result set in html(servlet/jsp) post and got the following error:

RowObject cannot be resolved to a type

I also want to do exactly same as given in the post. Is RowObject a userdefined class ?

If yes,then how to I build it? I am confused regarding this RowObject thing.


It's just a Javabean class. The classname doesn't matter, as long as it represents its content. And yes, you need to create it yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消