JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

File Streams

It seems JADE's attraction market is some large corporations that would need to manage very large files. JADE still has a very simplified File class that seems to do absolutely no buffering, as far as I remember we've occasionally had to work around JADE's lack of file buffering. I am sure built-in file streaming would be far more superior than what we can do.

 

I think it would be better for JADE's attraction market if file streaming was built-in.

 

  • Guest
  • Jun 21 2019
  • Future consideration
  • Attach files
  • Kevin Saul commented
    June 21, 2019 02:36

    If implemented, it'd be good to have an abstract approach to input & output streams, which'd then allow us to read/write to different kinds of sources & sinks (i.e. screen capture/output, tcp/ip, etc).