[X] The "/0. N/X WCMS 4.5 System/nx45.zip" file could not be found or is not available. Please select another file.

BeoZip is a Java application that backs up data into ZIP files while also providing additional archiving utilities. This program uses the Java APIs for reading and writing ZIP files.


http://beozip.sourceforge.net





Separate each tag with a space.

Release Date:

2009-07-21

Topics:

License:

Operating System:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2005-07-21

Ratings and Reviews

Be the first to post a text review of BeoZip. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Forum thread added

    posted by logomachist 76 days ago

  • File released: /BeoZip/BeoZip-1.08/BeoZip-1.08.zip

    posted 118 days ago

  • BeoBasis BeoBasis-1.07 file released: BeoBasis-1.07.zip

    BeoBasis Version 1.07 1) Modified the function of BeoCommon.Util.getTitle to account for null values. 2) Renamed BeoCommon.DialogEventDisplay to BeoCommon.EventDisplayDialog. 3) In BeoCommon.DialogEventDisplay, if the events are being logged, then the last line will be the time elapsed to complete the event. 4) Added the function of Util.stringToFileText(final String tcExpression, final String tcFileName). 5) Ran another Clean source files with new stricter settings. 6) Added <compilerarg value="-Xlint" /> to the build.xml and fixed all of the resulting warnings. They were mainly problems with using Generics incorrectly and serializable class lacking a definition of serialVersionUID.

    posted 118 days ago

  • File released: /BeoBasis/BeoBasis-1.07/BeoBasis-1.07.zip

    posted 118 days ago

  • BeoZip BeoZip-1.08 file released: BeoZip-1.08.zip

    BeoZip Version 1.08 1) Some library routines in BeoBasis were renamed, so I made appropriate changes in this program. 2) Ran the code through the JBuilder 2008/Eclipse Find Bug option and implemented many of the suggestions. 3) Ran the code through a customized JBuilder 2008/Eclipse Clean Up code option. 4) Updated the help manual from http://sourceforge.net/projects/beozipuserman. 5) Fixed the FindBugs error of LI: Incorrect lazy initialization and update of static field (LI_LAZY_INIT_UPDATE_STATIC) in the routine of Global.loadDriveRootListIfNeeded(). 6) When the program first started, the settings under View on the main menu were ignored. To solve this problem, I now call the routine of this.updateColumnVisibilityOfFilesWithinArchiveModel() inside MainFrame1.getProperties(). 7) Created the class AppProperties to keep all of the saved properties more organized. 8) Added <compilerarg value="-Xlint" /> to the build.xml and fixed all of the resulting warnings. They were mainly problems with using Generics incorrectly and serializable class lacking a definition of serialVersionUID.

    posted 118 days ago

  • File released: /BeoBasis/BeoBasis-1.06/BeoBasis-1.06.zip

    posted 265 days ago

  • BeoBasis BeoBasis-1.06 file released: BeoBasis-1.06.zip

    BeoBasis Version 1.06 1) Added a get/set Property for datetime in BeoCommon.BaseProperties. 2) Renamed BeoCommon.Util.fileToString to BeoCommon.Util.fileTextToString. 3) In the BeoCommon.Util.replaceAll routines, I added the variable llReduction in order to avoid the infinite that occurs with replacing, say, 'a' with 'aa'. 4) Added the class of BeoCommon.DialogEventDisplay. 5) Ran the library source code through the JBuilder 2008/Eclipse Find Bug option and implemented many of the suggestions. 6) Ran the JBuilder 2008/Eclipse Clean Up code option.

    posted 265 days ago

  • File released: /BeoBasis/BeoBasis-1.05/BeoBasis-1.05.zip

    posted 336 days ago

  • BeoBasis BeoBasis-1.05 file released: BeoBasis-1.05.zip

    BeoBasis Version 1.05 1) Added the class of BeoCommon.TextUpperCaseField. 2) Fixed the problem of BeoCommon.Util.buildTitleFromManifest returning <empty> when the project is in development mode. 3) Fixed the problem with word-wrapping and html code when using a JLabel in the routine of BeoCommon.Util.displayMessage and BeoCommon.Util.burstStringBuilderInto. 4) Fixed the problem in BeoTable.SortingTable.keyTyped which was interfering with JButton mnemonics. Now if the Alt or Ctrl key is down, the routine just returns. 5) Fixed bug in BeoTable.SortingTable.keyTyped where if there was not a sorted column, exceptions were thrown. 6) Changed the up & down arrow behaviour in BeoCommon.FormattedDateField to mimic that of the '+' & '-' keys. 7) Changed the name of BeoCommon.BaseFormattedNumberField.getIntValue() to BeoCommon.BaseFormattedNumberField.getIntegerValue(). 8) Added the method of getTimeValue() to BeoCommon.FormattedDateField. 9) In BeoCommon.BaseDialog.centerDialog, I was manually trying to center the dialog. When the main screen was on a 2nd monitor or at the bottom of the screen, the dialog box would appear centered on the main monitor and disassociated from the main program. Now I just use JDialog.setLocationRelativeTo. 10) Added the routine of BeoCommon.Util.fileToString to copy an entire file into a String. 11) In BeoCommon.Util.replaceAll, changed the line of "while ((lnIndex = Util.fcReplace.toString().indexOf(tcSearch, lnIndexFrom)) != -1)" to "while ((lnIndex = Util.fcReplace.indexOf(tcSearch, lnIndexFrom)) != -1)". 12) In BeoCommon.Util, added the routine of static public void replaceAll(final StringBuilder toString, final String tcSearch, final String tcReplace). That way, if I'm already manipulating a StringBuilder, I'm not converting to a String to a StringBuilder back to a String again. 13) In BeoCommon.Util, with all of the replaceAll routines (3 of them), I changed the line "lnIndexFrom = lnIndex + tcReplace.length();" to "lnIndexFrom = lnIndex;". It's slightly less fast; however, it doesn't miss conversions like "line <> <>", "<> ", "<>". It used to convert to "line <> <>". Now it converts to "line <><>". 14) In BeoCommon.BaseFrame.getActiveFrame, I fixed the problem of returning a null value if no JFrames were active by returning the first visible JFrame if no JFrames are active. 15) The routine of BeoTable.SortingTableModel.sortColumn now accounts for java.sql.Timestamp.

    posted 336 days ago

  • File released: /BeoZip/BeoZip-1.07/BeoZip-1.07.zip

    posted 428 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review