Best way to design jsp/template structure

I am trying to create one page comprising of multiple pages without using frames.
My thought was to create a template.jsp, which has the following includes:
<jsp:include page="<%=header%>"></jsp:include>
<jsp:include page="<%=menu%>"></jsp:include>
<jsp:include page="<%=content%>"></jsp:include>
<jsp:include page="<%=footer%>"></jsp:include>Here is an example of the question that arises...
In the HTML code of the 'menu' included page, I have a link to some other page (ex. 'abc.jsp' )
When clicking on this link, I would like to call the template.jsp with 'abc.jsp' being inserted where the 'content' tag is.
So, what is the best way to do this without frames?
Do I have every link call a controller servlet which stores the links in a request. Then the controller servlet calls the template.jsp with the link as a request parameter?
Is there a built in function in JSP that does this w/o any extra code?
Any other suggestions/practices that are more common or easier to implement?
Also, Is there major overhead on including 4 pages each call? Or after it compiles with the included page, the overhead is negligable, until a new page is swapped in place of an existing included page?
Thank you

A thought:
<%
String content = request.getParameter("content");
%>
<jsp:include page="<%=header%>"></jsp:include>
<jsp:include page="<%=menu%>"></jsp:include>
<jsp:include page="<%=content%>"></jsp:include>
<jsp:include page="<%=footer%>"></jsp:include>
Once everything is compiled, the overhead is in executing the pages. If you pass in a page that hasn't been compiled yet, obviously that would have to be compiled. I haven't tried dynamic includes like that - does it work?

Similar Messages

  • Design question - best way to design a page for layout at runtime

    I have an application that I want to port to ADF faces. The application currently generates HTML for both the layout and for the data at runtime. All of the examples I have researched rely on a layout defined at design time, which will not work in my case as I have no way of knowing exactly what the layout will be until runtime.
    My question is what is the best way to use ADF faces to dynamically build a web page where the page layout can not be known at design time, only at runtime. Is there a way to build the component tree that will generate the HTML at runtime?
    Here are the specifics:
    I have an existing application that generates repeating sections of HTML for a user view -- a set of step by step instructions. Each step in the instructions contains one or more of the following elements
    - a heading
    - some text
    - a table with text in the table cells
    There can be one or more steps in a document. Some documents will have a few steps, some will have many steps.
    I am looking for the best way to generate the repeating HTML steps in a single HTML document.
    One idea: can I use a fragment for each step and bind to the data at rutime? If this works, how would I create an iterator or loop that would be able to include the fragment n times to render a single HTML view showing the sequence of all steps?

    Thanks for the suggestions, still don't have a good strategy, however.
    What I am really trying to do here is to generate HTML at runtime. This is easy to do with servlets and or jsp, it looks like it is very difficult or impossible with ADF Faces. Using Java EE technologies, I simply include or exclude the HTML markup as an output of my servlet or jsp. I can use JSTL and a backing bean to do most of this. Unfortunately, in ADF faces, it seems that all controls are defined at design time in XML. Editing the XML files at runtime does not seem to be a logical approach. I have tried adding some controls in the backing bean at runtime, and got them to render. However, I also got an el error at runtime, indicating that the framework cannot find the accessor methods, which of course makes sense, as they don't exist in the backing bean. I don't really see any way to effectively modify the backing bean to accommodate this use case.
    Interestingly, a coworker is using .Net to do a similar project. In this project we want to print labels using convention instead of configuration. In the convention, we have a data object that contains named fields. We try to match up the field name in a label template with the field name in the data structure, using reflection. Any fields that cannot be matched up end up as input text boxes with associated prompts. Since we cannot know how many fields will match up at design time, we dynamically build a web page containing one or more text inputs for the user to enter data that cannot be pulled from our data structure. We return this page to the user for data input. In short, using .Net we can create a single tool that can be used to print any current or future label our users may want to create. Apparently, .Net can do this quite easily.
    This is a somewhat common approach, that I have used in a number of businesses. Did Oracle really miss this use case with ADF Faces, or is there some way to approach these types of problems?
    Thanks,
    Steve

  • Which is the best way Applets or JSP

    Hi I am trying to develop a application to
    run on the internet .It involves few master detail table in each form and 10 Different functions.The forms needs to have LOVs and other validations.Which will be the best way to go.Total tables involved would be around
    40 and coulumns in these tables would be (15 - 40).
    Any suggestions
    jagan
    null

    I'll give you my input/opinion based on my own experience. Others may have additional considerations to add, or may want to disagree with some of my points:
    Benefits of JSPs:
    1. This is an evolving technology that a lot of people are now using. It is very powerful, and the performance is pretty good.
    2. It is much easier to deploy than an applet.
    3. It will continue to improve and be easier to work with, especially with our upcoming 3.2 release.
    4. Does not require a lot of Java experience.
    Drawbacks of JSPs:
    1. No GUI editor for laying out the user interface. You are using HTML code in a text editor, which is trickier to see how the UI will look as you go. Again, this will continue to improve over time, and our 3.2 release will make it a little easier to deal with the HTML and Java code.
    Benefits of Applets:
    1. There is a UI editor for designing the layout, but layout in Java can be tricky.
    Drawbacks of Applets:
    1. Deployment can be very error prone.
    2. Subject to security restrictions such as the database you connect to and the webserver the applet runs from must be on the same machine. You can work around this, but it complicates matters.
    3. Clients need to have the Java Plug-in installed with their browser.
    4. Performance is not great, especially for a lot of data going back and forth.
    5. Requires that the applet code is downloaded to the client, temporarily at least, at runtime. The more code you have in your applet, the longer it takes to download when the client invokes it.
    Bottom line is that Applets are fine for small tasks, and are preferable for 'intranet' use versus 'internet' use (outside).

  • Best way to create a Template, and create "replace" where imported items ..

    I would look to create a Template where I have photos that will be dropped into precreated "replace" areas and once imported, they will automatically be resized at a predetermined size I have chosen. I also want to preset all alignemnts: align top, distribute space horizontally. I am looking for the best way to create a drag & drop Template. I will make sure all images are the same size before importing them into Motion 2, if this helps.
    As alwways thank you for reading and reply to my post,
    Sebastian

    sebastian:
    first thing you could look for is the canned motion "replace me" graphics. they're grey with numbers in circles (1, 2, 3, etc) kinda like you'd see in an old movie countdown. they shoudl be buried somewhere in the Motion graphics content libraries. i'd use these as your placeholder graphics, name them "replace me #1" in the layer view.
    second, if the sizing is important, you might have to place a pre-sized rectangular mask on each of the replacement objects. otherwise, when you drag an object onto layer object to replace it, the object will be resized to match the incoming object's aspect ratio and ruin your alignments.
    PowerMac G5 2.5GHz   Mac OS X (10.4.5)  

  • Best way to design

    Hey everybody. I'm new...to everything. I've had aDreamweaver
    Mx for a long time but have used simple webpage builders in the
    past (like yahoo pagebuilder-my boss wanted it that way). I'm
    actually a graphic designer (using photoshop and illustrator) and I
    was wondering, what is the easiest way to go about re-designing our
    site? Can I use photoshop or illustrator and just import that into
    dreamweaver or one of the other programs? If so, can you give me a
    heads up on how I would start to do that (not the whole process)
    just a heads up on where to start looking. Thanks so much.

    Essentially everything you wrote about dpi and the web is
    wrong.
    Walt
    "Squonk64" <[email protected]> wrote in
    message
    news:[email protected]...
    > Sorry for the intrusion on what is an excellent thread,
    but since no ACEs
    > commented, and I feel cert's pain. I am not trying to
    pick a fight on my
    > later
    > comments, but I am an old school programmer--think punch
    cards and
    > FORTRAN--who
    > also knows DTP better than most folks, but just picked
    up Dreamweaver. I
    > figure this response may help cert. The responses thus
    far seem too full
    > of
    > cliches and "rules of thumb," so I will clarify and
    expand a bit. I hope
    > cert
    > finds this helpful.
    >
    > Anyway, your question, the best way to redesign a web
    site. I manage a
    > website that was designed by someone who used MS-Word to
    write the HTML
    > code
    > and preview it on the screen. (See
    www.meetmedowntown.org.) I can't do
    > diddly
    > squat to what I was given without breaking eveny link on
    the page. I can
    > add
    > text. I can add images. But invoke involve one
    javascript, and all the
    > links
    > crash. (Go to meetmedowntown.org, click on any of the
    top buttons, then
    > click
    > on the "home" button, on the left. New window opens?
    Good! Now click on
    > any
    > of the top links. "Error on page"? Didn't go anywhere?
    See...)
    >
    > My best advice is to develop the site, from scratch, on
    the side, but
    > continue
    > to use whatever web design tool for your "live site"
    until you have all
    > the
    > bugs worked out after you rewrite the website in
    Dreamweaver CS3. Based
    > on
    > my problem, I have not found a shortcut, unless I now
    want to learn the
    > idiocincracies of java and how web browswers interpret
    HTML 4.0.1 Strict.
    > I am
    > not about to do that for a volunteer effort.
    >
    > Anyway, onto the cliches and "rules of thumb"...
    >
    > "dpi is irrelevant." Huh? Looking at my web statistics,
    I forgot to
    > downgrade one 300 dpi image to 72 dpi, and that one file
    started using a
    > disproportionate amount of my bandwidth. The file was
    620 high or wide so
    > it
    > could fit on a startard, "800 by" screen, but at 300 dpi
    it was ~150kb,
    > but at
    > 72 dpi it was ~13 kb.
    >
    > "dpi has no effect on [web] image quality." True,
    anything more than 72
    > (or
    > 96) dpi is a waste of bandwidth when you display it on a
    computer screen.
    > But
    > most web people are now setting their images to 96 dpi
    since most modern
    > screens use 96 dpi. In really, though, it doesn't
    matter. Anyone who
    > says
    > they can tell the difference between 96 dpi image and a
    72 dpi image on a
    > 96
    > dpi screen probably also argued that they could tell the
    difference
    > between
    > mp3s and CDs. (Hate mail can be sent to Scott at the
    website listed,
    > below.)
    > There is always THAT crowd out there. The best advice is
    to design your
    > images
    > to fit your output source and your audience.
    >
    > "DPI is only meaningful for printing." To expand on what
    John wrote for
    > people reading this thread that might be "closet graphic
    designers," when
    > dealing with dpi it is especially relevant to match the
    dpi to your
    > ultimate
    > output source. 300 dpi is great for printing, so long as
    you don't crop,
    > then
    > enlarge the image too much for printing. 72 dpi is all
    you need when your
    > final output device is a computer screen, since a
    computer monitor can
    > display
    > this fine. (I have problems, though, with pictures taken
    at 300 dpi,
    > cropped,
    > and need to be expanded after I adjust the image to 72
    dpi and 620
    > wide/high.
    > A graphic designer will feel my pain.) What dpi you
    settle on depends on
    > what
    > the purpose of the picture is. It is common to have at
    least five
    > versions of
    > any given picture on your hard drive: the uncropped
    original, the cropped
    > original, a 72 dpi web thumbnail, a 72 dpi web picture,
    and a cropped 300
    > dpi
    > "for print" picture. You may also need more two more,
    depending on how
    > you set
    > up your testing server.
    >
    > Anyway, sorry for hopefully completing this thread. I
    hope this
    > discussion
    > was useful.
    >
    > ~ Scott
    > www.oldcountrypeddler.com
    >
    >

  • Which is the best way of deploying JSP (mod_ose or OSE) ?

    I need to deploy some jsps that are using servlet api 2.2 and i would like to know which is the best way of deploying these jsps?
    Thanks
    RJC

    Speaking of JServ Vs OSE, I have some related questions on it. I would appreciate if someone can answer:
    1.For a stateful servlet (assuming that we are using Oracle JVM), Will it not call the init() method of the servlet each time for a client (because each client will have his own Oracle JVM)? If so, isn't that expensive because it needs to initialize the servlet again?
    Again, for the same servlet, Will it not have a servlet context for each and every client? Isn't that expensive? ( A servlet context by definition maintains state information for all instances of a web application within any single JVM)
    2. If we have an application that has some portion of it which is stateless and some portion of it which is stateful, how do we make a choice JDK JVM vs Oracle JVM?
    Can we (for the same application) use both the JDK JVM as well as Oracle JVM? If so, how does the JDK JVM talk with Oracle JVM?
    3. Since Oracle JVM is useful for stateful applications only, does it mean that we cannot use it for Stateless session beans? (In an application we might have stateless session beans, stateful session beans as well as entity beans) Should we be using JDK JVM or Oracle JVM?
    4. For Servlets too, we might have stateless servlets and stateful servlets within the same application. If so, can we use JDK JVM for stateless servlets and Oracle JVM for stateful servlets? If so, how does the JDK JVM talk with Oracle JVM?

  • Is InDesign the best way to design material to go into a book?

    Hello,
    I am creating a music book with colours, designs and sometimes non-uniform layouts. Microsoft Word is a bit too basic for this use, and photoshop has been useful, but a little impractical, since I am only looking at one page at a time.
    One of my cousins uses InDesign to create her printed documents and she recommended using it. What would you guys recommend as well? Is Indesign the best platform for designing material that is to the standard of publication.
    Thank you,
    Rajen

    Yes, InDesign would be perfect for this.
    Bob

  • What is the best way to apply a template to the rebranded partner site?

    My partner site got severely jacked up when I was brand new to BC.
    Since then I've overwritten it in Muse while attempting to "try' it as well.
    Apparently does some "cleaning" meaning the template files I once had access to in the templates folder got deleted. bleh.
    Is there a quick way to apply another template I own to that site such as publishing a trial site and re-pointing dns or anything that direct and smart; or is the only way to do it a manual, one by one by one of files, modules, content holders and so on?

    Hey there,
    If you want to access those partner site templates, layouts and everything else, here are some FTP details you can use:
    host: maxdesigncompany.businesscatalyst.com
    username: maxdesigncompany.businesscatalyst.com/[email protected]
    password: password
    Feel free to log in through FTP and download the whole site. All the modules should work since the module IDs on your site will match those on this site.
    Cheers,
    -mario

  • What is the best way to design a simple form that is captured in structured accessible database/file?

    Hi there,
    I need to design a simple form to capture some data from the users. This data shall be able to post into structured database where I can connect to the content to grab the data automatically every night.
    What is the simple recommended way to do this?
    Thank you

    I will agree with Margriet Bruggeman, But if you want to have a collaboration with these data with security, then "Business Connectivity Services (BCS) " could be another option. It need more config/development but it has own use too.
    Few detail links
    A
    step by step guide in designing BCS entities by using a SQL stored procedure (Jyoti Saikia)
    Business Connectivity Services (BCS) Overview
    If SharePoint list form will be only data entry interface then go with InfoPath, if not then BCS
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Best way to design website with multiple pages

    In dreamweaver what are your suggestions to create a full website with multiple pages where each page has a different but similar setup. I'd have a similar theme but I don't want each page to be exactly the same as the home page? I've tried a template but that was a nightmare since some of my pages were different from the original page and i had to mess with it to fix it.I've also made the home page, saved the html file in my website root folder then changed that page into the second page and saved it as another html file. I have thought about using pre-made templates and designs but I kind of want to design from my own creative viewpoint.
    your ideas are appreciated, advice welcome.

    Templates do make your life much easier.  I use the following scheme....
    First, I mentally separate the page layout into three sections:
    1.  Stuff that will not change for the life of the site (i.e., the basic
    structural elements)
    2.  Stuff that *could* change from time to time (e.g., navigation elements,
    burst advertisements, section-specific navigation, etc.)
    3.  Stuff that *will* change from one page to the next
    Then I create a template containing all class1 elements.  Next I create
    server-side include files containing all class 2 elements and place them on
    the template as needed.  Note - some of the class 2 elements may be
    "section-specific elements", and their placement on the template will be
    subject to the next item.  Finally, I insert editable regions to cover the
    class 3 items, INCLUDING the section-specific navigation.
    This allows me to just cookie-cut the rest of the site.  I estimate that
    even for fairly large sites, about 80% of my work goes into planning and
    creating this template file.
    To handle pages that have substantially different layouts I just change the CSS on those pages, and leave the Template alone.

  • Best way to design methods in a class.  Pass parameters or use members?

    Say I have a class.
    public final class AvgOuncesChart extends Base {
        private TimeSeriesCollection ouncesCollection = new TimeSeriesCollection();
        private TimeSeries ouncesSeries = new TimeSeries("Oz. Film/Pallet");
        private NumberAxis ouncesAxis = new NumberAxis("Oz.");
        private XYItemRenderer ouncesRenderer;
      private XYPlot plot;
        private final int pkgLineId;
        private final int wrapSpecId;
        private final Date dateBegin;
        private final Date dateEnd;
        private final long millisApart;
        private final WrapSpec wrapSpec;
        public AvgOuncesChart(XYPlot plot, int pkgLineId, int wrapSpecId, Date dateBegin, Date dateEnd, WrapSpec wrapSpec, long millisApart) {
            this.plot = plot;
            this.pkgLineId = pkgLineId;
            this.wrapSpecId = wrapSpecId;
            this.dateBegin = new Date(dateBegin.getTime());
            this.dateEnd = new Date(dateEnd.getTime());
            this.millisApart = millisApart;
            this.wrapSpec = wrapSpec;
            log.info("AvgOuncesChart contructor called...");
    getAvg();
    getOunce();
    private void getAvg() {
        plot.doSomething(pkgLineId);
    private void getOunce() {
        plot.doSomething(wrapSpecId);
    }Is it better to just pass the parameters I need initially into the constructor and then set them as members.
    Or pass them into every method of the class every time I need them.
    public final class AvgOuncesChart extends Base {
        private TimeSeriesCollection ouncesCollection = new TimeSeriesCollection();
        private TimeSeries ouncesSeries = new TimeSeries("Oz. Film/Pallet");
        private NumberAxis ouncesAxis = new NumberAxis("Oz.");
        private XYItemRenderer ouncesRenderer;
        public AvgOuncesChart(XYPlot plot, int pkgLineId, int wrapSpecId, Date dateBegin, Date dateEnd, WrapSpec wrapSpec, long millisApart) {
            log.info("AvgOuncesChart contructor called...");
    getAvg(pkgLineId, wrapSpecId, dateBegin, dateEnd);
    getOunce(wrapSpecId);
    private void getAvg(int pkgLineId, int wrapSpecId, Date dateBegin, Date dateEnd) {
        plot.doSomething(pkgLineId);
    plot.setDate(dateEnd);
    plot.doSomethingElse(wrapSpecId);
    private void getOunce(int wrapSpecId) {
        plot.doSomething(wrapSpecId);
    }I heard the second way is better because then you can tell from the code what the method is going to use and possibly modify. I'm not to sure on this though.

    dothedru22 wrote:
    Say I have a class.
    public AvgOuncesChart(XYPlot plot, int pkgLineId, int wrapSpecId,
    Date dateBegin, Date dateEnd, WrapSpec wrapSpec, long millisApart)
    //... ...7 parameters to pass to constructor hm. Would be quite a [nightmare for a code maintainer|http://kosmaczewski.net/blogs/tech/archives/docs/How%20To%20Write%20Unmaintainable%20Code.pdf], don't you think?
    // I would at least set up some kind of builder instead of such a monster

  • Best way to host JSP in production??

    EAR is ruled out in my case. If we want to change the JSPs in production on a regular basis, what would be a right choice?
              Thanks for any responses.

    Rigilkumar,
    If you don't want to install the LV runtime engine, that rules out the remote front panels.  However, you should still be able to build a web service to do what you want. This will be a bit more tedious because you'll have to build a thin client to have an interface with the web service. You can find an example of a thin client built in Adobe Flex here.
    If you're looking at streaming video as well, I recommend you look over Streaming IMAQ Images Over a Network (or Internet)
    Hope this helps,
    Misha

  • 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

  • Best way to create template

    Can anyone suggest from experience, the best way to create VM templates (Golden Images for the organization) from existing VMs. I tried using the "clone" feature in VM Manager but looks like I will have to manually configure networking (IPs etc.) on the VMs created using these clones. I can write a script to do so but just wondering if there is better way out there. Something similar to the templates provided from Oracle that allow configuring IPs etc. on the first boot. I noticed there is a "Template Builder" product out there but not sure if it's a better option.
    Edited by: user10016990 on Jan 29, 2013 9:10 AM

    sebastian:
    first thing you could look for is the canned motion "replace me" graphics. they're grey with numbers in circles (1, 2, 3, etc) kinda like you'd see in an old movie countdown. they shoudl be buried somewhere in the Motion graphics content libraries. i'd use these as your placeholder graphics, name them "replace me #1" in the layer view.
    second, if the sizing is important, you might have to place a pre-sized rectangular mask on each of the replacement objects. otherwise, when you drag an object onto layer object to replace it, the object will be resized to match the incoming object's aspect ratio and ruin your alignments.
    PowerMac G5 2.5GHz   Mac OS X (10.4.5)  

  • Best way to create functional pages

    We are getting ready to migrate all our content and functional pieces from out old CMS to CQ5. We have 20 or so pages that are not managed for content. They are basically forms that handle calculations. So we don't really need these in CRX for content managers to open and edit.
    So I am wondering what is the best way to go about this? We'll need one template I suppose, but twenty pages will need to created and very customized forms will need to be created that likely would be better off not being editable in CQ.
    So I guess my real question is where do we put these files? How do we build them. The code is already there, we just need to find them a home. Maybe a example of a tree structure would be helpful, or if there are tutorials anywhere that deal with this type of thing.

    Willy,
    According to the CQ5 Developer Training, the best way to do a website structure like these one is by the following steps:
    1 - Create a CRX Project (By CRXDE Lite or CRX DE): you need to start by this step because any components that will be used in your site need to be created and managed by CRX. Besides, all the coding (html, css, javascript, jsp, etc) you'll do in the CRX, not in the CQ WebSites.
    2 - After create a project, the first component you need to build is the template. The template defines wich components can be used within the selected scope. Every page you'll create after the structure building process will be related to this template.
    3 - After the template, you'll build the Page-rendering component. This is the first definition of pages, and inside this component you will create the html/jsp/others pages.
    4 - By now, you will be able to create a website and pages in the CQ5 WebSites using the template that you created in step 2 and the pages will look exactly like the
    page-rendering component created in the step 3. Everything after that is are adittionals, like a logo component, a parsys component, a serch component, etc.
    Here you can see the structure of folders/components in CRX that I created following the Exercise Guide of the Developer Training.
    Hope that these informations can help you.

Maybe you are looking for

  • How to configure multiple dev environment in single IP

    HI, I have a WLS running on a Windows NT machine. I want to configure multiple partition/environment in that single WLS so that each user will have their own partition/environment to play around. Once they are happy with their EJBs then we shall move

  • Hard drive replacement:  what is needed to reload all Adobe applications on new drive

    Question:  in the olden days, we needed to deactive applications before re-loading on a new device ... what do we need to do now with the subscription plans and/or the non-subscription apps such as DW? Windows 7x64 replacing primary hard drive Instal

  • Elements 6

    Hi i am running photoshop elements 6 on my mini mac and when i try to open an image on it it automatically closes. Can anyone help with this.

  • Itunes doesn't show every song i have

    Eeya guys, I'm experiencing a problem with itunes. When i start up my itunes and typ in the album of my newly downloaded minimal tracks. It only shows like 60% of the songs that are in there. So i tried to manually add them to the library by pressing

  • SAP for Sugar Industry

    Hi I am working as SAP PM in a renewed US Group of Companies. After SAP deployment in two group companies we are extending SAP to our group sugar units. Expert opinion required, Which one is best to map Sugar production from Sugar Cane? & Why.   1) P