A Question about ADF Faces, File Uploading in distributed environment

Hello,
I am using ADF Faces for my project. In my project members will be able to create their albums and upload their photos..
The problem is that i can do upload in a single server enviroment but i dont know what will happen when count of members will grow.. What is the best way
for managing these photos in clustered enviroment. 1 Server will not be enough if too many people upload their photos.
I do not have exact server number because i will add additional server nodes when it will be necessary, so i must think how to do that before production.
Do you advice me to use XML or keep addresses of photos in database? Or anything else? As i mentioned, i dont know how many servers i will have... maybe 1 maybe 5 maybe 10.
Thanks for your helps..

Hi,
First of all, thanks for your replies..
Actually i do not want to keep all of videos and photos in database. Keeping them in directories will be better for me but i do not know how to share them between multiple server nodes..
This is the thing that i have never done before..
Can you please tell me the terms & keywords that i need look for? So i can find some documents about making this happen.
Thanks again..

Similar Messages

  • Basic question about importing wma files

    Hi, I have a basic question about importing wma files. I ripped some cd's on a Mindows computer using Media Player, but now want to copy them to my Mac and use them in iTunes on my Mac. when I use Import in iTunes, nothing happens and I cant even seem to copy them one by one using the Music folder.
    Can someone help me?
    thanks
    eMac   Mac OS X (10.4.4)  

    iTunes for Mac doesn't support .wma files.
    If you can use a PC to convert them, you can use one of many freeware applications. Google for 'wma to mp3'.
    For the Mac there's the shareware program EasyWMA that can convert them.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • Questions for ADF Faces

    I have been following this forum for about a year now and thought I should raise some questions regarding current ADF Faces state.
    With the recent donation to Apache, is Oracle going to continue roll out enhancements and is there going to be an ADF.Next?
    A good place to demonstrate commitment is by having a dedicated ADF Faces and BC forum (preferable built using it too!).
    There are several third party vendors that offer key JSF based UI components (AJAX based table, input, menus, drag and drop, etc.. ), are there any plans to incorporate these into the ADF Faces component library?
    Finally, has anyone deployed ADF based application in production? If you have a success story you would like to share, I have a case of beer with your name on it. Shoot me a hello at [email protected] See you at OOW.
    -Wes

    Oracle is still developing ADF Faces - but now we are doing it together with Apache on the trinidad project.
    In addition Oracle is building an AJAX based rendering kit on top of the components - you can see a demo of these new components if you'll check the replay of Thomas's Kurian keynote at this year's Javaone.
    http://webcast-west.sun.com/ramgen/archives/06D00627/06D00627_03_300.rm
    If you want an ADF Faces forum - you can use the apache forum.
    We rather keep a unified forum for all things related to JDeveloper and ADF, since there are many questions that cross the boundries between topics, and since it makes it easier for us to only need to monitor a single forum.
    And yes there are ADF Faces based applications out there in production, and some of them are even on the Internet.
    https://wwws.gen.lacapitale.com/CoteWebAuto/faces/pages/webepIntr.jspx
    and
    http://at.sparinvest.com/sparinvest/faces/portal/home/start.jsp
    For example.

  • Some questions about importing HTML files

    Hi, folks
    Let's suppose we want to import a pack of HTML files formatted in HTML5 wit's it's CSS into a double-oriented folio. A couple or three questions about that, please:
    1. Is there a limit for a reasonable quantity of HTML files I can import into a folio? I mean.. 100 would be way too much, for instance?
    2. These HTML files could be navigated and referenced from inside TOC-pages made in InDesign,right? (navto://..., I gues?)
    2. Will it be possible, by means of HTML adaptative design techniques, to treat both orientations (vertical and horizontal) as different viewports or screen sizes so that the design adapts for instance the column width with its CSS?
    3. That said, will the InDesign final app. respect that adaptative CSS rules?
    I am asking this because we are looking for a way to inject big quantities of content with a very similar design into our application in a really fast and automatizable way and I have the suspicion* that importing HTML5 preformated CSS files could be the a very good and simple alternative to importing XML into InDesign templates as we start out content as tagged almost-html files.
    Thanks a lot
    Gustavo Sánchez (Posting from Madrid)

    I assume you are asking about using HTML articles.
    1. There is no limit beyond simply keeping things reasonable.
    2. Yes. Just use navto://articlename
    3. Yes. I've used min-width of 768 and max width of 1024 to control it.
    4. InDesign does not enter into any of this with the exception of using the folio builder panel. Everything else is done in Dreamweaver or whatever program you decide to use for the article.
    If you want to restrict the HTML articles to one orientation or the other, use the _h and _v suffixes.
    Bob

  • Any recent articles about ADF Faces Next ?

    I didn't find any current links about this new version of ADF Faces which will be like Google Web Toolkit.
    Did anybody some new things about it?
    I found only one good link about this new stuff, but it is from year 2005:
    http://www.it-eye.nl/weblog/2005/07/20/jsf-ajax-adffacesnext

    Hi,
    we will provide articles as we get closer to the production or any pre-release state. Once we have the components out we will provide in depth examples and discussions.
    Frank

  • Few Questions About Backing Up Files

    Okay, I'm pretty new to this, and have checked the support pages, but I do have some questions about backing up my files.
    I'm running out of room on my computer's hard drive, and am wondering if burning the library to CDs will allow me to quickly restore my library on my computer when I sync my iPod.
    I know that when an iPod syncs with a comp, it will lose any songs that aren't on the library list. (If I deleted some songs to free up room, I'd lose those songs on my iPod when I synced it up.) Is there a way to prevent that from happening? Some way to save a headache continuously restoring my iPod's library every time I want to add a new song or recharge it?
    I'm on Windows XP, if that matters.

    Best and easiest solution is to buy an external hard drive. Then simply drag and drop your iTunes folder from your internal onto the external and copy the entire library.
    Patrick

  • I got a question about compression of files.

    I implemented a file upload and download function in webdynpro abap.
    but I think it's too heavy if there's no compression function.
    So I've been searching the function but i couldn't find it.
    is there anybody who knows the function?
    thank you for reading.

    I solved the problem.
    Thanks
    Regards,
    Jong.
      data: lo_gzip type ref to cl_abap_gzip.
      data: content type xstring.
      data: content_len type i.
    create object lo_gzip.
      node_z009 = wd_context->get_child_node( name = 'Z009' ).
      node_z009->get_static_attributes( importing static_attributes = l_z009 ).
      wd_context->get_attribute( exporting name = 'DATA' importing value = l_z009-data ).
    content_len =  strlen( l_z009-data ).
    lo_gzip->compress_text( exporting text_in = L_Z009-DATA TEXT_in_len = content_len compress_level = 6
                            importing gzip_out = content gzip_out_len = l_z009-len ).
    L_Z009-DATA = CONTENT.
      wd_comp_controller->upload( EXPORTING DATA = l_z009-data LEN = L_Z009-LEN ).
    ANOTHER METHOD
    DATA: LO_GZIP TYPE REF TO CL_ABAP_GZIP.
    DATA: CONTENT TYPE XSTRING.
    CREATE OBJECT LO_GZIP.
    node_temp_z009 = wd_context->get_child_node( name = 'TEMP_Z009' ).
    select * into table lt_temp_z009 from /dogok/009 where id_f = l_z002-id_f and number_f = l_z002-number_f.
    LOOP AT LT_TEMP_Z009 INTO L_TEMP_Z009.
    CONTENT = L_TEMP_Z009-DATA.
    LO_GZIP->DECOMPRESS_TEXT( EXPORTING GZIP_IN = CONTENT GZIP_IN_LEN = L_TEMP_Z009-LEN
               IMPORTING TEXT_OUT = L_TEMP_Z009-DATA TEXT_OUT_LEN = L_TEMP_Z009-LEN ).
    MODIFY LT_TEMP_Z009 FROM L_TEMP_Z009.
    ENDLOOP.
    node_temp_z009->bind_table( lt_temp_z009 ).

  • Question about calling batch file by using the System Exec+.vi?

    Hi
    I have a problem about calling batch file. I know that the system exec is equivalent to "run" in Windows. I called the batch file c:\rtxdos\bs\ch0.bat successfully in the "run" but it didn't work in the LabVIEW program. The dos prompt had an error message "Bad command or file name" and it just happen when I call this batch file in LabVIEW. Why?
    Bill.

    Hi,
    Try to set the "working directory" parameter of System exec.vi to the directory where the batch file is located. It may help.
    Good luck.
    Oleg Chutko.

  • Question about changing a file type into another file type

    Hello. This isnt a java question but you guys have been so helpful in the past I hope its ok if I ask this question for a friend.
    How can I import a scriptware file into Screenwriter 2000, or change a .scw file into a .tag file?
    Anyone who can help thanks.

    I know nothing about scriptware or Screenwriter. But, my only advice is to see if Scriptware can export some other file type (not necessarily a .scw file) that Screenwriter can read. Sometimes, when I have two text editors whose native formats are incompatible (like opening a paper typed in a new version of Microsoft Word using an old version of WordPerfect or something), I save the file as an RTF file, rather than in the native format. Maybe something like that applies to your situation, too.
    Hope that helps.
    Jason

  • OSD: different pxe, question about different wim-files

    Hi,
    Please see this question, I'm somewhat confused about the different
    wim files.
    I can see the default winpe.wim and a different wim next to it which has name winpe then environment then number (winpe.sccm0022.wim), what is this file.
    And, like in my post, why can't I use this image to import into a pxe and boot from that?
    Please advise.
    J.
    Jan Hoedt

    Hi,
    What is your goal with this? boot to SCCM and do OS deployment or what is your purpose? when dowloading the boot .wim file from a DP parameters are passed along like MP and so on. So you cannot use that .WIM file and pxe-boot from another PXE solution and
    do OSD from ConfigMgr.
    That is why Johan's unsupported solution would be the way to try it.
    http://www.deployvista.com/Blog/JohanArwidmark/tabid/78/EntryID/54/language/en-US/Default.aspx
    regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Question about the java files which created by Web Dynpro

    After I create a new project under Web Dynpro, there is no any java file is generated.
    Now I create a new application in the project with the following names:
    application name: QuizApp
    package name: com.sap.tc.webdynpro.tutorials.quiz
    component name: QuizComp
    window name: Quiz
    view name: WelcomeView.
    Now, 5 java files are generated under the package:
    QuizComp.java,
    WelcomeView.java,
    QuizCompInterface.java,
    QuizInterfaceView.java
    QuizCompInterfaceCfg.java
    Can someone tell me what do these file mean? For what purpose?

    1)QuizComp.java -
      this is the source file for whatever you code inside the Component Controller ,
    2)WelcomeView.java -
    you get one java file for each view you create,
    3)QuizCompInterface.java -
    represents the public "face" of your component. If this webdynpro DC is used by another DC, the other DC can only "see" the methods present in this java class
    4)QuizInterfaceView.java    -
    this is to represent your view assembly (window and any views as part of it) when you want to embed UI of this DC in another DC
    5)QuizCompInterfaceCfg.java -
    (advanced concept)
    P.S: A java file is created for each Custom controller you create also. And many other classes get created too (which probably you dont need to bother about) but they require for WebDynpro concept to function properly i.e a framework
    Hope that clears things.
    Regards,
    Rajit

  • SSRS reports inside SPO 2013 - Question about ADFS

    Our SPO 2013 Tenant is secured by ADFS Claims Based.
    I understand SSRS integrated is not available for SPO 2013. 
    We want to allow links from SPO 2013 to SSRS Reports that authenticate with the same ADFS tokens - so no prompting.  
    Possible? If so, what do we need?
    Possible to provision the SSRS server in ADFS? What versions of SSRS will allow this?

    Well, should we move this to the Power Query forum and try it there?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Question about long audiobook files before I buy Zen Mi

    I am in the market to buy a hard dri've MP3 player for the purpose of playing audio books. Specifically, I want to download audio books from my local library's netlibrary account and listen to them on the go (these files are 32kbps DRM WMAs). These files have caused problems for two different players I have tried, due to their long length (most files are over 00MB, and play for 8+ hours). I have an old iRi'ver flash player, which will play these files fine, until you get about 4 hours into the file. Then, when you turn off the player, the time elapsed jumps from where you were to 2 hours or so. What this means is that you can't listen to the entire book unless you play the book for its entire duration without stopping it or turning it off. I next tried a Rio Carbon, but it has a different problem. Every time you turn off the Carbon and turn it back on, it will lose it's place in the file by 0min-hour, depending on how long the track is and how much you have listened to. The only ways around this is to either never turn the player off, or write down the time elapsed before you turn off the player, and then fast forward to that time when you turn the Carbon back on. After fighting with it for a week, I returned the Carbon.
    So my question is, has anyone actually used a Zen Micro to listen to a very long audiobook, and does it have any weird issues like I have experienced with other players? All I want the thing to do is remember where I left off when I power off the device, within a few seconds.
    Thanks

    Lots of people have audio books on their micros and i havent head of anyone complaining about them. one good feature the micro has that i believe other dont is the ability to place book marks in a song/audio book at a set time so you can automatically go to where you want without searching.so you could save the book marks for each chapter or something.

  • Question about reducing PDF file size on export

    I have a large file that is generates a PDF about 75MB when exported with the "[High Quality Print]" preset. However, I can reduce the size down to to under 5MG in Acrobat if I use the Tools>Flattener Preview>[Medium Resolution] setting (image attached). Is there a way to generate this smaller file directly from InDesign? I couldn't figure out how to do this with InDesign's Flattener Preview or Export options, but it is very likely that I missed something.

    Eugene Tyson wrote:
    When you choose Smallest File size, it is still using the PDF 1.6 setting.
    Change this to Acrobat 4 (PDF 1.3) this will automagically flatten the PDF - which means you shouldn't have to do it in Acrobat.
    That should get you a nice small file size, I believe.
    Flattening transparency in InDesign will not necessarily yield a smaller PDF file size. Transparency flattening will not automatically convert placed vector artwork to raster images unless that vector artwork is actually involved with transparency. And even then, whether you end up with a smaller file depends on a number of factors.
    If the reason for the very large file size is indeed very complex vector artwork and you are willing to sacrifice quality, conversion of such vector artwork to raster might yield a significantly smaller exported PDF file. To accomplish that conversion, I would personally suggest converting the most offensive (in terms of file size and complexity) of such files in Illustrator (assuming that they were .AI files) and exporting them as .TIF files (to avoid the potential imaging artifacts of JPEG compression).
              - Dov

  • A question about updating metadata files in plug in

    Hello
    I 'm trying to monitor my stand alone java app.
    I read the chaper Target Types and Default Collections ( my app exposes jmx beans)
    all seems to work ok ( i mean the part wherre it says ..
    emctl register oms metadata -service targetType -file full
    path/TargetTypeMetadata.xml -pluginId Plugin Id -sysman_pwd sysman
    emctl register oms metadata -service storeTargetType -file full
    path/TargetTypeMetadata.xml -pluginId Plugin Id -sysman_pwd sysman
    emctl register oms metadata-service default_collection -file full
    path/TargetTypeCollection.xml -pluginId Plugin Id -sysman_pwd sysman
    but , the next line is not clear to me:
    emctl register oms metadata-service systemStencil -file full
    path/TargetTypeStencil.xml -pluginId Plugin Id -sysman_pwd sysman
    My question is: what is TargetTypeStencil.xml file? where can i found it?
    Do I realy need it?
    and after restart the agent as it says , could i see my beans ? ( i used emcli jmccli tool and created the metadata / default_collection files) ?
    Thanks.

    So, I folowed the instructions in chapter 13.7.1 ( ProgrammersReference) - EM 12C release 2.
    I created my own mbeans , used the emctl jmxcli etc ..
    I created both files : for metadata, and default_collection ( The files which the emctli genertaed for me )
    I did it on the agent machine. I copy the files under the PLUGIN dir in the agent machine too.
    I registered the files using mrs service as it's written ( chapter 16 ) . ( after I copy the files from the agent to the mrs ( oms machine ) machine .
    Every thing seems to be OK . I restarted the agent.
    Now, when I open the EM console' I can't see the metrics which i defined in the generated files !
    Am i missing something??
    Please Help!

Maybe you are looking for

  • Preferred adapter for VGA? Mini DisplayPort to VGA or Mini-DVI to VGA?

    Which is the preferred adapter for connecting a VGA-only LCD display to the new Mac mini? The official Mac mini accessories page <http://www.apple.com/macmini/accessories.html> prominently features the Mini DisplayPort to VGA Adapter. However, the Te

  • Errors with cmsxdb installation

    OS: Solaris 8 DB: Oracle921 IAS:ias903 JDev9031 I tried to deploy and run the application as the installation document. One problem is that deploying FOP.jar costs too many time. The document said it is about 10 minutes but it costed nearly 5 hours,:

  • Sap script layout

    in sap script layoyt how can i draw a <b>vertical line</b> to separate the different colums?? what shoud be the commands to draw a vertical lines??

  • Windows user having trouble reading attachments since 10.4.4

    Has anyone else experienced problems sending attachments (specifically Word docs) to Windows users? I have experienced this only since the latest batch of updates. I have checked my settings and 'Windows friendly' is the default for mail. I have also

  • Dragging from PhotoStream to an album

    How do I do that? My computer just doesn't want to.