Question re: Blaze DS Directory Structure Following Turnkey Installation

Hello. I've been building client-side apps with flex for a while and have started getting into backend development.
I have read up a fair bit on blaze ds and have downloaded the turnkey installation and successfully ran a few of the samples...but i have a couple of questions re: the directory structure if someone could help...i unzipped the turnkey into Blaze_ds folder on the desktop...
a) .........\Blaze_ds\tomcat\webapps\blazeds\WEB-INF  - could u please explain the concept of the WEB-INF directory and the folders inside it (flex, src, classes, lib, etc.)
b) ......... \Blaze_ds\tomcat\webapps\samples - there are all the samples in here (eg. testdrive-chat, testdrive-101, dashboard, etc.)...and there is also a WEB-INF and META-INF folders...just wondering why there isn't WEB-INF/META-INF inside each sample folder
Finally, can someone also let me know the concept of localhost and the port number 8400 and are there any good books on blaze ds?
thx!

There's really not much difference. In some cases, you might already have a web application you are using so you could just copy the contents of the blazeds web app into your existing web application.
Application servers can host more than one web application and a Flex application that uses BlazeDS can be deployed on a different web app than the one where BlazeDS is running or a different server entirely so it really just depends how you want to set things up.
Hope I'm not just making things more confusing for you. . .
-Alex

Similar Messages

  • Stage area directory structure for new installation of 11.5.10.2

    Hi, this goes on from the last thread I posted. I have this issue with creating the stage area structure.
    Of importance is the fact that I am not mounting individual DVDs, but that I have already copied each DVD into its own sub directory of a directory I have named Ora11.5.10.2. There are 8 DVDs in the bundle.
    This is the structure I have right now:
    Directory: Ora11.5.10.2
    Sub Directories (names directoy from DVDs):
    APPL_TOP_Disk1
    APPL_TOP_Disk2
    Databases_Disk1
    Databases_Disk2
    Databases_Disk3
    RDBMS_Disk1
    Start_Here
    TOOLS_Disk1
    According to the documentation, http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/r115102ins.pdf, the stage area created by the adautostg.pl should be in place before we run Rapid Install.
    My question is how to match what I have at the moment with the structure as explained on Page 1-12 in the above doc.
    Looking at the diagram:
    Directory is Stage11i
    Sub directories are :
    StartCD (easy)
    oraApps
    oraDB
    oraAS
    oraAppDB
    oraNLS (not needed by us)
    So, with the available DVDs I have copied into my own sub-directories, how do they match up with the above recomended sub directories? In short, which DVDs do I copy into which sub directory?
    Im at a loss really. Our Senior DBA is engaged in something very mission critical elsewhere which is why I am asking any pros out there for some tips.
    Thanks a lot in advance, I really appreciate your help.
    9.2.0.5.0 . AIX 5.2
    DA
    Message was edited by:
    Dan A

    All you need for adautostg.pl is the top directory like /Ora11.5.10.2. If you have access to a DVD drive on an AIX machine, just run adautostg.pl. I installed ActivePerl on a Windows box and created the staging area onto Samba mounted filesystems for both Linux and Solaris.

  • Directory Structure for large installation - help!

    Hi,
    we are looking to install a cluster of weblogic servers, based on a SAN network.
    We are looking for advice on what the best practise is for the installation within
    directories /opt/bea/...etc for the various components: product, configuration,
    application, jar, ear, etc.
    Can anyone provide some good pointers of what they have used?
    thanks
    S

    Hi.
    I'm not familiar with SAN networks. WLS 6.x is not very flexible as far as allowing
    you to select directories for components. Unless someone else can offer help on this
    newsgroup I suggest you ask your sales rep to put you in touch with BEA's professional
    services. Someone from PS can work with you directly and offer recommendations
    specific to your applications needs.
    Regards,
    Michael
    SBS_D wrote:
    Hi,
    we are looking to install a cluster of weblogic servers, based on a SAN network.
    We are looking for advice on what the best practise is for the installation within
    directories /opt/bea/...etc for the various components: product, configuration,
    application, jar, ear, etc.
    Can anyone provide some good pointers of what they have used?
    thanks
    S--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • OVM 3.0.1 - directory structure & adding resources

    Afternoon everyone,
    I've got OVM 3.0.1 up and running, so far so good.
    I had a question about the repository directory structure. If this has been addressed already, my apologies.
    In OVM 2.x, it was possible to copy over a variety of data (.iso's, .img's, templates, etc.) directly into the seed, iso and running pools on OVS and then register them through OVM. Is there a way to do this in OVM/OVS 3.0.1? Is it a matter of getting the correct syntax in the 'download location' dialog box that refers to the OVS 3.0.1 box? Or do you need a remote staging resource set up in order to import data?
    Best regards,
    J.

    861743 wrote:
    In OVM 2.x, it was possible to copy over a variety of data (.iso's, .img's, templates, etc.) directly into the seed, iso and running pools on OVS and then register them through OVM. Is there a way to do this in OVM/OVS 3.0.1? Is it a matter of getting the correct syntax in the 'download location' dialog box that refers to the OVS 3.0.1 box? Or do you need a remote staging resource set up in order to import data?You need a remote server to import data. This can be the Oracle VM Manager machine itself, as long as you can access it via http/https from the Oracle VM Servers (as the import happens on the Oracle VM Server machines). Just install Apache on your VM Manager machine and stash your templates/assemblies in /var/www/html.

  • Directory structure question...

    I've been w/ three different companies doing Java development now, and each time I've come in once the project is already in progress and the directory structure is set up. What I see is a similarity:
    com.<company name>.<project>.<sub-units>
    examples:com.delta.kiosk.server
    com.delphi.shipping.guiIs this a common way of laying out directories and if so, what is the benefit (other than standardization)?

    I always figures that it was primarily a namespace issue.
    org.apache.ecs.Attributes
    org.xml.sax.Attributes
    are examples of class names that would have resulted in a collision without the prefixes. A full class name has the package name before it so
    String
    java.lang.String
    are the same thing, String is just shorthand for the latter. But if there are two of the same class then the prefix will help the compiler know where the class is supposed to come from. com.<company name>.<project>.<class> is a good way to ensure that you will not encounter a collision.

  • A question regarding Directory Structure

    hi....
    can ne one tell me how to display a directory structures using JTree....
    how can i get or retrieve a directory information from a disk
    BYE

    Take a look at this. This is a complete example.
    http://manning.com/sbe/files/uts2/Chapter17html/Chapter17.htm
    You can even download the book for free. http://manning.com/sbe

  • Creating a Standby Database with the Same Directory Structure

    Hello gurus,
    I am self-learning the feature Oracle Data Guard, so I am testing it on Oracle 10g R2.
    At Oracle documentation there is a section F.4.: Creating a Standby Database with the Same Directory Structure*, that explains how to create a standby database with RMAN but there is something that I don´t understand:
    In the standby server, I created a database with the SID equal to production database* with the objetive to have the same directory structure, but when I try to startup nomount the standby database with pfile appear this expected error:
    ORA-16187: LOG_ARCHIVE_CONFIG contains duplicate, conflicting or invalid attributes
    So my question is: Is possible have the Same Directory Structure on both: Production and StandBy server?
    Thanks in advanced.

    Uwe and mseberg: thanks for your quick answers
    I have a doubt: How can you have the same directory structure if you have differents SIDs?, for example if you follow the OFA suggestions you would must have:
    On Production server: */u01/app/oracle/oradata/PRIMARY/system.dbf*
    On StandBy server: */u01/app/oracle/oradata/STANDBY/system.dbf*
    Or you created the directory structure manually on StandBy server? For example replacing the string STANDBY* to PRIMARY* before create the database using dbca.
    Do you understand my doubt? Excuse me for my english.
    Thanks.

  • Archlinux Multilib Directory Structure?

    Hello,
    I was reading the Beginners' Guide for Arch Linux and I stumbled upon a sentence under Select an installation source which made me wonder. I have quoted it below:
    "If you are installing 64-bit Arch, you may also want 'multilib'."
    So I was wondering what exactly multilib was since the sentence implied it was optional. Following the multilib link didn't give me any explanation, but I found this article by redhat which explained the purpose of it. If I understood right, multilib makes it possible for me to use 32-bit applications on a 64-bit computer? If you can confirm, I will update the wiki to reflect my discoverings.
    That redhat article also mentioned that the 32-bit libraries and the 64-bit libraries end up in folders and that this directory structure can vary. In the table below the redhat article showed the directory structures for the Debian Core and the Fedora Core.
    (Source)
    My question is: What directory structure does multilib use in Archlinux?
    Thank you very much in advance!

    You can find such things out on your own:
    Click on "Packages" (on top of the site).
    Filter for "multilib".
    Click on a package named "lib32-*" (any will do).
    Click on "Package Contents View the file list for lib32-*".
    The package page is your friend! You can answer many many questions by simply looking up the package there. Also make sure you have a look at all the "Package Actions" on the right.
    Last edited by Awebb (2012-05-18 09:28:53)

  • Best way to import a directory structure

    I have been using iTunes on my new Mac to download stuff from the iTunes Store. I'd like to start using it to play music from my PC's archives.
    iTunes seems to organize its display based on metadata in its own files, gleaned from the ID3 tags. It seems to ignore the directory and filename.
    The organization method I've followed to this point on the PC is the exact opposite - all music is organized by directory and filename. ID3 tags are used in most cases, but they are not correct across the board. A slim majority are totally correct and ready for importation.
    The library is about 10k songs large, so manual retagging is out of the question. Importing the directories as-is leads only to extreme frustration.
    Can anyone recommend a utility for retagging files automatically based on directory and filename info?
    Thanks in advance for any help you can provide.

    Chris CA wrote:
    The organization method I've followed to this point on the PC is the exact opposite - all music is organized by directory and filename.
    Actually, that's exactly how iTunes does it.
    Artist, Album, Song name are Artist directoy, Album directory, song name is filename.
    True, that is how iTunes organizes music on the filesystem. My point is that iTunes keys its library database on ID3 tags, not pathname. In other words, I cannot organize my library by directory and filename. (With the intent of updating their tags, honest)
    Unless my impression is wrong, I must tag all files correctly before adding them to iTunes, to prevent incorrectly named tracks in the library.
    What are your directory and file names?
    See this script -> Tags Mirror Artist-Album-Filename
    "This script copies the names of the Artist folder, Album folder and filename of the selected tracks to each track's artist, album and song name tags, respectively. Your files and folders must be arranged in this format:
    Artist folder:Album folder:filename.xxx"
    Or this one...
    Filenames to Song Names
    This script will rename the selected tracks in iTunes with their filenames (minus the extension)."
    This is great stuff. Thank you for pointing me at this site. I'm sure I will need to roll my own script as my directory structure is different than what these scripts appear to address. Ah well, it's a good opportunity to learn AppleScript.
    Fwiw, generally my convention has been:
    [MusicRoot]/Genre/Artist - TrackName.ext (for one-off tracks)
    [MusicRoot]/Genre/Artist - Album/Artist - Album - TrackNum - TrackName.ext
    [MusicRoot]/Compilations/Album/Album - TrackNum - Artist - TrackName.ext
    Thank you!
    -p

  • "AVCHD" contains unsupported media or had an invalid directory structure

    "AVCHD" contains unsupported media or had an invalid directory structure
    I brought this error message upon myself... and am looking for a way to recover the files and access them in Final Cut Express. I have successfully processed video in the past.... so it's operator error.
    How did I mess it up? By treating my video files the same way as I treat my jpg files.... Creating a new folder for each day's shooting, and simply moving the files into the folder.
    I preserved the CLIPINF and STREAM files.. but discard the the rest of the files.
    I tried recreating the file structure but that hasn't seemed to work. I'll buy a new card, reformat it, and use that as a template for file structure, but that will take a few days.
    So .. I have put the files into the following file structure, but that doesn't seem to work because I have tossed the other supporting files when I "cleaned up" my 8GB Flash Card.
    AVCHD
    BDMV
    CLIPINF
    00051.CPI
    00052.CPI
    00060.CPI
    STREAM
    00051.MTS
    00052.MTS
    00060.MTS
    Have tried to recreate the file structure, but of course the contents of other files are incorrect
    AVCHD
    BDMV
    CLIPINF
    INDEX.BDM
    MOVIEOBJ.BDM
    PLAYLIST
    STREAN
    AVF_INFO
    AVIN0001.BNP
    AVIN0001.INP
    AVIN0001.INT
    So... my questions are simple:
    1: Can I recreate the data and reindex the files from the STREAM and CLIPINF files?
    2: If I can, how do I do it?
    3: If I completely destroyed the integrity of my video... let me know that too.. I'll have lost 9 months of work... but it will keep me from screwing up the video on my next trip!
    Thanks
    Ira Serkes
    [email protected]

    This may or may not apply, but I recently had this problem as well and found a solution that fixed the camcorder back to its original settings, though it only works if 1) the camera worked with Log and Transfer at some point and 2) you are paranoid like me and saved your raw mts files.
    Though I had been using the camera for about a month using Log & Transfer perfectly well I used the Finder to delete all the files, which I thought would be faster than using Delete All in the camcorder. When I turned the recording on the camera said it needed to reformat its Image Database, so I punched Yes. Then after I recorded the L&T window said invalid directory structure.
    What I eventually did was drag the entire contents of the hard disk off into their own folder (with the date and the camera name) and then pulled an old copy I'd made of working movie files back onto the hard drive. Then I used the camcorder's Delete All function, and then dragged all the contents of the folders with my new footage into the corresponding folders of the camera's hard disk. I was once again able to use the L&T function (even with the old semi-corrupt data), and also any new footage I record is A-OK, even after the camera has asked me if it can (once again) reprogram the Image Database.
    I can't explain it, but possibly there are hidden files connected to the files we can see (possibly viewable in the Terminal if you speak Linux) and when the camera comes from the factory they make it good and when the camera tries to do it on its own it doesn't work so well. In short, maybe the camera is a little unstable.

  • Import statement and directory structure

    First of all, sorry for such a long post, I believe part of it is because I am unsure of the concept of importing in Java. Secondly, Thanks to anyone who can ultimately enlighten me to the concept of import. I did ask this question before in the "erorr and error handling" forum, and the people who have helped me there did a great job. But, I believe I require a little more clarification and thus have decided to post here.
    Anyhow, my question..
    Could someone explain to me the concept of the import statement, or direct me to a webpage with sort of explanation for newbies? For some reason, I am having a hard time grasping the concept.
    As I understand it, the import statement in Java, is very similar to the namespace keyword in C. That is to say, import doesn't actually "import" any source code, the way that the #include statement does in C.
    So I suppose what my question is, say I have a java class file like below:
    //filename: sentence.java
    //located: c:\school\csc365
    package csc365;
    class sentence
    //some variables here..
    //some constructor here..
    //some methods here..
    And some sample program like the one below which implements the above..
    //filename: test.java
    //located: c:\school\csc365
    import csc365.*;
    import java.io.*;
    class test.java
    //creates some sentence object
    //uses the object's methods
    //some other things.
    As I understand it, the test.java file should not compile because the csc365 package is not in the correct directory. (assuming of course, the classpath is like c:\school\csc365;c:\school )
    But, ... where then should the sentence.java be located? In a subdirectory of c:\school called csc365 (i.e c:\school\csc365\) ?
    And thus that would mean the test.java file could be located anywhere on the hard drive?
    I suppose, I just need a little clarification on the correlation between a package's "name" (i.e package csc365; ) and its corresponding directory's name, and also how the javac compiler searches the classpath for java classes.
    ..So, theoretically if I were to set the classpath to look in every conceivable directory(provided the directory names were all unique) of the harddrive, then I could compile a test.java anywhere?
    As a note: I have been able to get the test.java file to compile, by leaving out the import statement in the test.java file, and also leaving out the package statement for the sentence class, but I assume this is because the files are defaulted to the same package?

    Hi Mary,
    No, import isn't analogous to C++ namespace - Java package is closer to the namespace mark.
    import is just a convenience for the programmer. You can go your whole Java career without ever writing an import statement if you wish. All that means is that you'll have to type out the fully-resolved class name every time you want to use a class that's in a package other than java.lang. Example:
    // NOTE: No import statements
    public class Family
       // NOTE: fully-resolved class names
       private java.util.List children = new java.util.ArrayList();
    }If you use the import statement, you can save yourself from typing:
    import java.util.ArrayList;
    import java.util.List;
    public class Family
       // NOTE: fully-resolved class names
       private List children = new ArrayList();
    }import isn't the same as class loader. It does not bring in any source code at all.
    import comes into play when you're compiling or running your code. Java will check to make sure that any "shorthand" class names you give it live in one of the packages you've imported. If it can't find a matching fully-resolved class name, it'll give you a message like "Symbol not found" or something like that.
    I arrange Java source in a directory structure that matches the package structure in the .class files.
    If I've got a Java source file like this:
    package foo.bar;
    public class Baz
       public static void main(String [] args)
            Baz baz = new Baz();
            System.out.println(baz);
       public String toString()
           return "I am a Baz";
    }I'll store it in a directory structure like this:
    root
    +---classes
    +---src
          +---foo
               +---bar
                    +---Baz.javaWhen I compile, I go to root and compile by typing this:
    javac -d classes foo/bar/*.javaI can run the code from root by typing:
    java -classpath classes foo.bar.BazI hope this wasn't patronizing or beneath you. I don't mean to be insulting. - MOD

  • Directory Structure for multiple applications at one host

    Can I have multiple (more than one) WEB-INF directory structures in the public_html directory for different web applications? If I do this, how do setup the url-pattern in the Servlet Mapping tag in the web.xml file? How do I setup the URL that calls the servlet from the HTML that has been send to the user�s browser?

    If I understand your question, you want multiple contexts. All App Servers/Web Servers allow you to setup multiple contexts. Normally if your root context is in /home/myhome/app_server/
    then you would setup multiple contexts by creating a folder for each context:
    /home/myhome/app_server/context1/
    /home/myhome/app_server/context2/
    Each would have their own full application/website. And the way to reference these would be as such:
    if the domain, www.mydomain.com, is mapped to /home/myhome/app_server/
    www.mydomain.com/context1/
    www.mydomain.com/context2/
    I think that is what you were asking. Hope it helps

  • Is there any way to specify a URL in the servlet-mapping that doesn't need to be in the directory structure?

              I migrated from WebLogic 5.1 to 7.0.2 Something I used to have set-up in 5.1 no
              longer
              works.
              I am using the weblogic.servlet.FileServlet and have the URL "/cxedocs/" mapped
              to this
              servlet. So whenever the URL http://localhost:7001/cxedocs/en_US/index.html
              is used it would use the docHome associated with the /cxedocs/ URL and then append
              the "en_US/index.html" on to it. So let's say d:\temp\en_US\index.html
              But now for WL 7.0.2 it appears that the URL also needs to be in the directory
              structure.
              So it now takes the docHome "d:\temp" adds the URL "/cxedocs/" and then appends
              the
              rest - so d:\temp\cxedocs\en_US\index.html.
              I can't require that the "cxedocs" directory be there. Is there anyway to map
              a certain URL
              without requiring it in the directory structure. I looked at virtual directory
              mapping too but
              it still seemed to require this.
              Any help would be appreciated!
              Thanks!
              -Lori
              

              I opened up a case with support on this. After some research they came back with
              that
              NO there is no way to do this. In 6.0 it was changed to follow the spec which
              restricts this.
              The URL must be part of the directory path.
              -Lori
              "Lori Ronning" <[email protected]> wrote:
              >
              >I migrated from WebLogic 5.1 to 7.0.2 Something I used to have set-up
              >in 5.1 no
              >longer
              >works.
              >
              >I am using the weblogic.servlet.FileServlet and have the URL "/cxedocs/"
              >mapped
              >to this
              >servlet. So whenever the URL http://localhost:7001/cxedocs/en_US/index.html
              >is used it would use the docHome associated with the /cxedocs/ URL and
              >then append
              >the "en_US/index.html" on to it. So let's say d:\temp\en_US\index.html
              >
              >But now for WL 7.0.2 it appears that the URL also needs to be in the
              >directory
              >structure.
              >So it now takes the docHome "d:\temp" adds the URL "/cxedocs/" and then
              >appends
              >the
              >rest - so d:\temp\cxedocs\en_US\index.html.
              >
              >I can't require that the "cxedocs" directory be there. Is there anyway
              >to map
              >a certain URL
              >without requiring it in the directory structure. I looked at virtual
              >directory
              >mapping too but
              >it still seemed to require this.
              >Any help would be appreciated!
              >Thanks!
              >-Lori
              

  • Export images to a directory structure based on a collection tree?

    A question:
    Will lightroom have the capability to export images to a directory structure which mirrors a collections logical structure?
    The reason I ask this is that when I create websites using third party tools (eg, Jalbum) I typically generate a flash or HTML based site with an menu structure for navigating the images.
    So, the image interface is not simply a "flat-file" display as per the templates in Lightroom beta.
    To do this, with previous image management tools (eg, iMatch) I create a hierarchy of images based on the categories (or collections) that the images are assigned to, export the images in a folder tree reflecting their categories (or collection), then use, say, Jalbum, to generate the website with the menu tree reflecting the folders/images.
    This is extremely useful for more complicated image websites with categories and a large no of images.
    If this function was built into Lightroom I guess it would be in the export function such that the "write to folder" box could take an argument {collection name} which would create a folder tree reflecting the collections logical tree which is being exported.
    Apologies if this topic has been raised previously. But this function is extremely useful if you are using third party html tools or simply building websites by hand.
    Regards
    Alistair

    I started simmilar thread in Lightroom Feature Requests few months ago, but can't find it anymore since new forum version...
    What I can suggest as a new feature is export to directory structure from collections or second option from keywords. Probably more usable and easier to implement would be from collections.
    What I need it to export many photos to different directories pretty often, and this would be great help since I could arrange them in collections and collection sets. Then select collection set and export it in a manner that collection set would be main export directory, and each collection within the set would be exported to its own folder within main collection set export folder.
    This would be much appreciated feature in near future
    Thank you for great product by the way

  • Directory Structure

    I just created a network installer for Q4 Release.  We have Developers, Full, and Debug licenses.  The DVDs were copied to the VLM computer's harddrive.  When I created the Debug configuration, the Network Installer reported the the DVDs did not have to be modified and would copy them directly.  When the network installed was done, it did not create the directory structure similiar to what the help file below shows.
    LabVIEW 8.0
    \_SourceFiles
    \Fourth Floor Engineering
    \Client
    vlmclient.exe
    other files
    setup.exe
    \Applications Group
    \Client
    vlmclient.exe
    other files
    setup.exe
    Figure 1. Network Installer Directory Structure
    I would have expected
    LabView 8.6
        \Source Files
        \Debug
            \Client
               vlmclient.exe
             setup.exe
    Only the \DISK1, \DISK2, \DISK3, \DISK4 were created.  The vlmclient.exe was not created.
    Paul 
    Solved!
    Go to Solution.

    When you were creating the VLI, did you get a popup message that said the source did not need modification? If you saw that popup, that means VLM was not pointed to a valid source file location, which will cause a direct copy of the files with no additions.
    If you select a valid source location, you should not see that message and the Product Name field should automatically populate. If you are using the Dev Suite or Platform DVDs, you will need to follow the steps in the KnowledgeBase article I refered to in my previous post.
    Here is an example of what copying the installer directory could look like if you just copy the LabVIEW 8.6 Platform DVD 1:
    LabVIEW 8.6 Platform DVD 1\_SourceFiles
                                                            \(the _SourceFiles directory will contain a copy of DVD 1)
                                                    \LV PDS (License Set name)
                                                            \setup.exe
                                                            \Client
                                                                     \vlmclient.exe (as well as some other vlm files)
    On the client machine, you would want to run "setup.exe" to begin the installation.

Maybe you are looking for

  • HT1481 my ipod shuffle is not showing up in my itunes window on the right hand side of the screen

    My Ipod shuffle is not showing up on my Itunes window on the right hand side of the screen?  It is a new one.

  • Malfunctioning CD drive on PowerBook G4

    What should I do if my disc drive will not burn CD's, won't recognize some CD's, and generally needs some repair? Shall I repair it and if so with whom? OR is there in existence an external burner for Macs? Thanks in advance!

  • Does NOKIA ASHA 501, support exchange email ?

    is it possible to  configure asha 501 with exchange email, so that i can read office emails on phone? Solved! Go to Solution.

  • Checkbox with java script

    Hello all, I am trying to have several page elements be conditional on whether a checkbox in a dynamic checkbox group is checked or not. Can some one tell me how to reference a spefic checkbox in a group based on a dynamic lov and how to reload the p

  • Reconnecting the Network

    Hi All, First off, I'm new to OS X Server. That being said, I've been put in charge of maintaining a web server running OS X 10.3 for a small academic organization. Setting up basic services like SFTP/SSH/Web have been pretty straight-forward. I'd li