Freeware Java web gallery software released

December 2, 2002
          I'm pleased to announce that version 1.0 of B*Gallery has been
          released at http://www.brianyoung.net/b-gallery
          B*Gallery is a web photo gallery solution based on Java 2, Java Server
          Pages and XML technologies. The server component easily plugs in to
          your existing web site running on a J2EE-compliant server. A client
          application allows for complete gallery management. B*Gallery is
          designed to attain a level of flexibility and ease of use that cannot
          be reached by solutions which merely generate static HTML pages.
          B*Gallery can harvest a photo's Exif data, which is the extended
          information written to JPEG files by digital cameras. Panoramic
          images created with photo stitching applications are handled
          intelligently and automatically by the gallery. Also, a useful file
          renaming feature is included to turn generic filenames produced by
          digital cameras into meaningful names based on data elements like the
          date and time the photo was taken.
          Visit http://www.brianyoung.net/b-gallery to view a sample gallery and
          download an installer for Linux or Windows.
          Brian W. Young
          

The ability to produce web galleries is not a central function of LR and as you say there is better software around if this is your main requirement. The limit of 500 can  be over written, usually in the galleryInfo.lrweb file for a gallery, the line is maximumGallerySize = xxxx , but the web gallery generation is designed for professional photographers to create quick galleries for client usage...500 images would be more than enough for the vast majority of users! It is after all, more photographs than on display in the National Photographic Gallery.
As far as the different sizes of images go, this is really dependent on which particular galleries you choose to use (or create for yourself is you wish). The sizes you mention may be the ones that come pre installed with LR (I have never used these so don't know) but there are hundreds of other available, some free, some paid for, or create your own.
The copyright is a small text marking and in relation to any sensible size likely to be used on the web works perfectly fine. If you want to actually watermark an image, rather than just a simple text label, then you require LR2/ Mogrify plug in with LR 2 or use LR 3 Beta which does this natively as part of the export process.
By the way, LR runs perfectly well as a 62 bit application. You may well be missing something...particularity if "every time you click a mouse it redoes every single image you have loaded" as this is not a problem that I associate with LR on systems with far less power than yours.

Similar Messages

  • Recommendations for third party LR3 web gallery software

    I've begun experimenting with the web gallery software in LR3 and have mixed opinions. Does anyone have recommendations/preferences for such. I've played with the SimpleViewer options and with SlideShowPro. Any views on these would be helpful. Or other sources I might have missed.
    Thanks in advance for any help,
    John Kendrick

    John,
    I'll add my vote for SlideShowPro for Lightroom.  At the beginning of this year when I decided to redo my website, I did a pretty exhaustive search, like you are doing, and I decided to use SSP/LR.  I am now struggling with the mobile device Flash issue.  SSP Director looks like it will be an excellent solution, but like you, I don't want to use a beta version either.
    After trying a few interim solutions, I came up with the following solution/workaround.  I made an abridged selection of images from my portfolio and turned them into a video which I put on YouTube.  If a user visits my site on a non-Flash device, they will see a link which will guide them to another page into which I have embedded the YouTube video.  They do not go to YouTube.com -- I certainly didn't want that.  I tried lots of other ways to do the video and the YouTube quality is the best.  I still have work to do on the video, and it's not a perfect solution, but at least mobile users can see some of my work and don't hit a dead end on their iPad or iPhone.
    Here's the link if you want to check it out:
    www.johnblausteiin.com
    By the way, the support at SlideShowPro is top-notch.  The user forums are great: You post a question and you will get a reply from Todd (owner of SSP) or Tim in a very timely manner.
    John

  • How to add Web Gallery in Bridge CS5

    Hi there,
    I am creating a photo album with web gallery in Bridge CS5. I find out that Is it possible to enable vertical scroll in to the portrait pictures? Usually portrait pictures  are too small when they are diminish to the screen. Here is an example of an portrait with vertical scroll, and I think they work better that way. Or what do you think?
    Is it possible to find third party template to Bridge CS5 web gallery software that has scrollable slide area? Or is it possible to make couple of modifications to the basic templates?
    Thanks in advance.
    P.s. Here's one tutorial how to make web galleries with PS CS 5 Bridge.

    You should move this post to the new Bridge forum as this one will soon die.  Here is link http://forums.adobe.com/community/bridge/general

  • Java Web Start.app, apparent problems.

    I have been experiencing many small problems during web browsing, etc. and have received terrific help from Barry Hemphill but he is unable to help on Java matters.
    When I open Java Web Start app. I get the following message; "You cannot open Java Web Start.app because it it is damaged or incomplete". This is possibly, at least by the app's. name the cause of my troubles, though I am guessing. Can anyone guide me to where I can download and re-install the app. to see if it does overcome my problems. A typical one of them is happening as I type, the screen characters are lagging heavily behind my two-finger typing.
    Brian Hope
    MacMini Mac OS X (10.4.10)

    Hi Brian, Happy Holidays!
    The Java Web Start software is a component of the Java Runtime Environment (JRE) and is installed with the JRE.
    http://java.com/en/download/faq/java_webstart.xml
    See also...
    http://www.digistamp.com/t3runMac.htm

  • What is Java Web Start?

    Hi
    After installing Java 2 Platform Standard Edition v 1.4.2, Java Web Start link on the
    Windows 98 desktop.
    What do I use Java Web Start for?
    Please reply soon.
    Thanks,
    Sincerely,
    Egan

    Java Web Start software provides a flexible and robust deployment solution for Java technology-based applications based on the Java Community Process program (JCP). The technology is being developed through the JCP program as JSR-56: The Java Network Launching Protocol & API (JNLP), which provides a browser-independent architecture for deploying Java 2 technology-based applications to the client desktop.
    Java Web Start technology works with any browser and any Web server. Each application developed for use with the Java Web Start software specifies which version of the Java 2 platform it requires, e.g., version 1.2 or 1.3, and each application runs on a dedicated Java Virtual Machine (JVM).
    A main feature of the Java Network Launching Protocol and API technology is the ability to automatically download and install Java Runtime Environments onto the users machine.
    For example, an application might depend APIs in Sun's Java Runtime Environment 1.3.0 (or later). When a user first accesses this application, the Java Web Start software will download all the needed files for the application, as well as download the Java Runtime Environment (JRE) if the requested version is not available locally. The ability to automatically download a JRE is one of the key features to ensure robust deployments. It ensures that the JRE that your application is tested on will be available on the user's machine, as well as make it possible to seamlessly upgrade to improved versions of the Java 2 platform over time.
    The java.sun.com auto-download feature simplifies Java Web Start deployments because it makes commonly used software readily available for use with Java Web Start. Typically, only an extra line has to be added to a JNLP file to take advantage of this feature. In contrast, without the auto-download feature, developers would be forced to repackage and host the software themselves - adding a significant overhead to the deployment burden. As an added benefit to both developers and end-users, this minimizes the download time for an application since each JRE will be shared between multiple applications.

  • Does "Bridge Web Gallery" need Java on hosting server to run?

    I have uploaded a web gallery made with Bridge CS6, but all I see is a white screen. the gallery works fine locally. I just spoke with my host servers tech support and all he can think of is that they doen't run Java on their servers because it causes them way too much trouble. All I see is Javascript in the resource folder and they have no issue with that.
    I'm on a Mac and as far as I know I'm running the lastest Java on my Mac as I updated it a few weeks ago. This is why I was wondering if I needed Java? Also I'm using Dreamweaver to upload the files to the server.

    workflow functions are also exposed via java api's. so you can have your web application in say iAS, weblogic, ibm websphere,... and display pages using the java api.
    the default workflow pages are generated using pl/sql api's. in this case you can get rid of pl/sql gateway.
    i myself have worked on implementations which developed the application using the java api's
    satish paul
    Thank you Fernando. I have been pointed out that there is a oracle plug-in for Microsoft IIS, enabling us to use it as the web server, Hence removing the need for Apache http server and the PL/SQL gateway.
    Many Thanks
    Nazeer Ahmad Syed.

  • Reg : JA310 : Java Web Dynpro Release 640

    Hello All,
              I'm following the SAP's JA310 Java Web Dynpro Release 640 Documentation as part of my learning.
    In this Documentation I found some examples in which it says to open an already existing project with a pre-defined structure.
    I guess SAP may have provided some CD with solutions of the Exercises along with this documentation .
    I don't have that CD.
    If any of u guys have this then I request you to send the content of that CD to my Personnel mail id : <b>[email protected]</b>.
    Thanks in advance for ur understanding.
    Regards,
    Deepu.K

    Hi,
    there is no solution CD for the JA310 course.
    The mentioned "open an already existing project" describes the process
    of importing the project while sitting in the class, having access to
    the WTS-infrastructure of SAP during the course.
    Regards,
    Michael

  • Web Gallery/Slide Show software MAC

    I'd like to add flash-based image galleries to web sites.
    Any recommendations or comparisons regarding best software options for this?
    SlideShowPro? JetPhoto? VerticalMoon? XML Flash Sideshow V3? etc
    thanks, dean

    Mark:
    You can get the captions to be displayed in the web gallery by running this script to move the description to the title field before you publish the gallery. After the gallery is published you can change the title back to the file name with the Photos->Batch Change menu option.
    Have you considered using iWeb to create a photo page/slideshow and add the music to it. Here's a test page of such a setup. Be sure to read all of the comments on the linked page as there's a minor error noted in the script that is easy to correct.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • J2SE 1.4 Release Candidate & Java Web Start

    Hi:
    We installed the J2SE 1.4 Release Candidate and our Java Web Start applications which previously worked now won't run. Upon their launch, there is the following error message :
    Error Code 11 (11 Could not locate requested version) returned from server when accessing resource (http://java.sun.com/products/autodl/j2se, 1.4.0-rc)
    Does anyone know why this is?
    All replies are greatly appreciated!
    Sincerely,
    Mona

    Hi:
    I tried what you suggested in the jnlp file:
    <j2se version="1.4 1.4.0-rc" href="http://java.sun.com/products/autodl/j2se"/>
    and I am still getting the error:
    The application has requested a version of the Java 2 platform (JRE) that is curently not locally installed. java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
    Error Code 11 (11 Could not locate requested version) return from server when accessing resource: (http://java.sun.com/products/autodl/j2se, 1.4 1.4.0-rc)

  • Guide Please: what software can i practice Java web AS administration

    HI all,
    i am pursuing ABAP WEB S ADMINISTRATION.
    To write certification. i need to complete java web as administration.
    what software(web application server) can i practice java web administration on. can i use trial netweaver for this. please let me know if their is any trial version for java administration available on internet.
    thanks
    SHIV

    Hi,
    First, Welcome to the SDN Community
    You can download SAP NetWeaver 7.0 (2004s) Trial Version - Full Java Edition from the following link for practising,
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/a62ad7fa-0a01-0010-3489-f3fc32658bd8 [original link is broken]
    Regards
    Srinivasan T

  • Problem while distribute software via Java Web Start

    Hi,
    I use JWS to distribute my software to the clients. I use apache 2.2 as webserver.
    My Problem:
    When i put a update a jar on the webserver, the clients have to start JWS twice to get the new file.
    First i thought it is a problem with the webserver. So i have restarted the apache after i�ve put the new jar. ... without success.
    Are there any settings in JWS which take affect?
    Any ideas?
    Tom

    The default behavior is to timeout if checking for an update takes too much time.
    You can add the jnlp element:
    <update check="always"/>
    and updates will always happen on the forst launch (when client is using Java Web Start 1.6.0 or later, update element will be ignored by earlier versions)
    see: http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#security
    /Andy

  • Web Gallery vs. iWeb?

    I'm not sure I understand the difference between the Web Gallery and iWeb. You can add galleries on both?
    How do you remove a gallery from the Web Gallery after you install it? I was trying to install multiple galleries by doing the shift click then figured out iPhoto was combining all the galleries into one. I aborted and it said it was deleting it off the WG. It did not. The pics it did upload are there and I can't figure out how to delete.

    AtlantaRoyce:
    Web Galleries from iPhoto differ from iWeb photo galleries in that the iPhoto galleries are run from software on Apple's servers (you only upload four versions of each photo and the server side software does the rest. With an iWeb photo gallery you have design control over how that gallery will look, comments under the thumbnails and that gallery may be part of a greater site with other pages. Then the photos and other supporting files are uploaded to be combined into an HTML based web page. The iPhoto gallery is java driven I believe.
    All iPhoto galleries are part of one gallery. To delete an iPhoto gallery you delete the web gallery in the iPhoto library. The photos will be deleted from the iDisk and no longer show in your gallery.
    The iPhoto one is much easier and quicker to create but can only be the one style. With the iWeb variety you can change the background, add music to the site. The two slideshows are different also.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Web gallery image setting control

    Develop settings persist in slideshow, but web galleries seem to have had the settings changed considerably. Has anyone else seen the not-at-all-subtly increased brightness (gamma change?) on web gallery exported images? Is there a way to configure LR to not do this, or to set export preferences other than size and compression quality? Workarounds, if not? Other gallery software recommended (LR exports work fine for me, just not through the web gallery)?
    My experience is on an Intel Duo iMac 10.4.10. (And staying there until Adobe releases LR for 10.5.)
    I have searched the forum for previous discussions on the topic. I did not find anything relevant. Apologies if I missed something.
    Thanks for any wisdom!

    Sorry to bother you, but I was wondering if you got an answer to this question. I am desperately trying to figure out how to post my pictures in their ORIGINAL SIZE to my web gallery.
    Thanks!

  • Uploading photos to web gallery.

    I am thinking of a full subscription to .mac and have been viewing the online vids.
    One of the videos was promoting the benefit of uploading the photo from an iPhone, and the screen clearly shows 4 choices when you're in Photo.
    The 4 choices are....
    Use as wallpaper
    Email photo
    Assign to contact
    Send to web gallery
    The problem is that my iPhone (on the latest sofware release of 1.1.4) does NOT have the 4th option 'Upload to web gallery'.
    I have phoned Apple Tech Support but he was of no help whatsoever.
    PLEASE CAN SOMEONE HELP ME WITH THIS 4TH OPTION ISSUE?
    Thank you.
    Speeddemon.

    Check this link.
    http://docs.info.apple.com/article.html?path=Dotmac/WebGallery/en/psh384.html
    You must have a .Mac account set up on your iPhone. That’s the trigger that tells the iPhone to show the Send to Web Gallery button when you tap the Send button when viewing a picture.
    Next, you must have iPhoto version 7.0.1. The version of iPhoto that ships with iLife ‘08 is version 7.0. Use Software Update to obtain 7.0.1 and update iPhoto.
    Finally, in iPhoto create a Web Gallery. When you click the Web Gallery button, be sure to enable the Allow Photo Uploading By Email option.

  • Publishing a web gallery via Homepage

    I've followed the rather cryptic instructions found in one of the manuals and also on a post here to a "t" and still can't get my web gallery up at .mac. I've created a new Homepage, added a new "page", clicked "edit link", inserted teh URL from the Aperture "publish" button, and it still doesn't work. (As an example of cryptic, the "example" in the edit link field says "www.mac.com" -- that doesn't really bear any resemblance to the actual link that shows up in Aperture. There appears to be a complete file located on my iDisk in the Sites folder, but nothing, nada, zilch. I keep getting an error page when I try to go to the published site. In the end, I exported to iPhoto and created a new iWeb page without any trouble at all, but I'd prefer to skip the extra steps.
    Can anyone point me to a definitive set of instructions on how to do this and why should it be this hard anyway?
    iMac G5 20" 1.8 ghz Mac OS X (10.4.6)

    Hi,
    Use the SEARCH button here on SDN, there have been already several blogs explaining how to publish web services.
    By the way, SAP is a software vendor. You have to tell which SAP software product and release you are using...
    Regards,
    Olivier

Maybe you are looking for

  • [Solved] no signal w/ second monitor and dual screen using nouveau, i3

    Hi! I just brought my old screen to my room and try to make it work. It works when the other one is not connected, so no hardware problems. The result is that I can go to the right and do stuff and move the window to my working screen, but the monito

  • Regarding the running the jsp file

    i am getting an error class names date.jsp are only acceptable is annotation processing is explicitly requested i have saved this file by name date.jsp and when i run this .jsp file in commant prompt i am getting an error so what should i do do i nee

  • Embedding Flash swf in Google Site displays NaN output but works in Debug mode

    Hello, I am loading a text file with three variables into a flash file (CS5). The flash file then calculates and prints the three values based on some calculations. I am storing the text file as an attachment on the google page in which I am embeddin

  • What is the quickest way to buy iphone 5 in London?

    I have been trying to order and pick up method for weeks now. Unfortunately there is no response from Apple. I know that it's been shut down for couple of days lately but sometimes it gets open to order it online for pick up. So I always check it at

  • Dev vs. Prod: Proper Project Structure

    I'm just learning the "proper" way of structuring projects and would like to know the convention for managing items like Log4j paths, Connection URLs for Tomcat, etc. How do you NOT have to go and change everything by hand. Is there some way to flip