hapi-server / server-java

Java-based server which works with Java-based web servers like Tomcat
Apache License 2.0
0 stars 1 forks source link

still need plug-in architecture #2

Open jbfaden opened 2 years ago

jbfaden commented 2 years ago

Presently a Iterator is used to implement the input from the data source reader. This should be extended to support reading a subset of the parameters. For example, there are CDF files with hundreds of variables, and with the current API all data would have to be read in.