In this sample i'll try to demostrate how to use POJOs as DataSource. Java Classes Contact.java package gr.osmosis.report.data; public class Contact { String fname; String lname; String phone; public Contact(String fname, String lname, String phone){ this ...
redfeather
搜索本博客
最近加入圈子
最新评论
评论排行榜