Web application for Daigrams

Hi everyone,
I 'll appreciate if somone could answer my question or give me any ideas.
I have developed a desktop application using JGraph project library in order to draw uml graphs,ER diagrams.
I want to develop it as web application now.
Cause i am new to JSP technology but with background of ASP programming,does anyone know if there is a tag
library for diagrmas or a an open source project in order to get it done?
Any resource hints or ideas will be appreciate it
Thanks in advance
Chris

Sorry, I cannot answer your question, but was interested to know how your diagrams are outputted.
If you can get your classes to output to an image file, you could call the classes from JSP, then re-read the image back into a subsequent jsp/html page.
If it is possible to output to an image file, you would not have to re-engineer the whole thing.

Similar Messages

  • A web application for online music

    hi,everybody,now i want to develop a web application for online music using jsp.The function includes listening online and downloading,can anyone give me some advice or source code?thanks a lot.

    Hi,
    Download Apache Axis http://ws.apache.org/axis/.
    You may also need Xerces XML parser http://xml.apache.org/dist/xerces-j/.
    you can find a class called DynamicInvoker.java under \axis-1_4\samples\client and read the "readme: file in the same folder for classpath / other info..
    We had a similar requirement and were able to succesfully invoke the WS.
    U can use this class in your jsp to invoke any webservice by its URL, Function name and parameters.

  • Need help with a customized interactive web application for  apparel

    Help!!!!
    Hi I am a web designer at beginners stage with web
    devlopment. I am seeking guidance on how to develop a customized
    interactive web application so that the end user can change color
    and patterns of apparel on vector images such as teamsports
    uniforms and tshirts. Once the design is customized to their liking
    they can save it with all of the spec information in a file to
    there desktop or to a database to send to the manufacturer.
    Also looking for a possible way to use a CMS so I can upload
    templates of the garment easily for the end user to customize
    online. Can this be done and if so how? This is an example the kind
    of application I am looking for:
    http://www.dynamicteamsports.com/elite/placeorder.jsp
    I am in desperate need of some brilliant developer to help
    with this.
    Thanks in advance for anyone who is willing to assist or give
    me guidance,
    Danka
    "Reap what you sew"

    some parts of that are doable using non-advanced skills, but
    will be difficult and unwieldly if there are more than a few
    colors/patterns.
    saving the image to the server is a bit more advanced and
    you're going to need some server-side scripting like php, perl, asp
    etc. in addition to some flash programming ability.

  • Web application for different groups

    I need to develop an application, which is used by 3 different group of people (each group from a different state, I might need to distinguish orders from different state). All the users data is stored in central LDAP server.
    I need to design schema for datbase and come up with a good architecture for web application (Servlets/jsp's etc).
    Guys, if you have worked on a similar project or if you have any suggestions on how to structure the application, please reply me with your suggestions and hints. I have to start working on this project from next week..I am planning to take few days for designing the application then I want to start coding

    I need to develop an application, which is used by 3
    different group of people (each group from a different
    state, I might need to distinguish orders from
    different state). All the users data is stored in
    central LDAP server.
    I need to design schema for datbase and come up with a
    good architecture for web application (Servlets/jsp's
    etc).
    Guys, if you have worked on a similar project or if
    you have any suggestions on how to structure the
    application, please reply me with your suggestions and
    hints. I have to start working on this project from
    next week..I am planning to take few days for
    designing the application then I want to start codingAre you getting paid? Are you willing to split that payment to those who help?

  • How to upgrade the extended web application for FBA from MOSS 2007 to SharePoint 2010?

    Hi All,
    Currently my farm version is MOSS 2007 with SP3.
    I have a web application on port 80, and is based on windows authentication, and i extend it on the port 90, and the authentication is FBA with SqlServer.
    I know that SharePoint 2010 has a new claims based authentication, and in a single web application you can do both windows authentication and FBA.
    Now i want to know, when i migrate the MOSS 2007 port 80 and port 90, which method should i choose?
    1. in SharePoint 2010 farm, Create  a classic based web application on port 80, and extend it on port 90, enable FBA on port 90. It is the same as MOSS 2007.
    2. in SharePoint 2010 farm, Create a claims based web application, and enable both windows authentication and FBA.
    Thanks.

    FBA requires claims so you'll need to create a claims based web application. Whilst you might extend the site to give you a FBA portal the web application itself will have to be claims based.
    I would definitely be looking at using a database attach upgrade path in your case to give you the opportunity for testing as moving between authentication providers can be painful.

  • SQL Server 2012 license Web Application for Public

    Hi,
    We have ASP.NET application and planned to host public accessible. So All public users can see my web application, then share the link via twitter,facebook and Linkedin.
    Can You suggest me which licensing model is best for me like, SQL 2012 Standard With CAL model or Core Licensing model. 
    Thanks,
    Thangaraj

     You can call Microsoft 1-800-426-9400 Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to discuss licensing.
    Kalman Toth Database & OLAP Architect
    SELECT Query Video Tutorial 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Long pauses in web application for a Full GC

    I am currently investigating an issue with a web application where a Full Garbage collection is taking up to 60 seconds. When this occurs the tomcat instance that the web app is running on normally crashes with OutOfMemoryErrors. This crash will only occur intermittently.
    JAVA_OPTS is set to -server -Xms900m -Xmx900m -verbose:gc
    we are running the app with:
    java version "1.4.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02)
    Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)
    When the full garbage collection occurs I have noticed these statements in the log files:
    [GC 514485K->451538K(911360K), 5.5196490 secs]
    [Full GC[Unloading class sun.reflect.GeneratedMethodAccessor3127]
    [Unloading class sun.reflect.GeneratedMethodAccessor3134]
    [Unloading class sun.reflect.GeneratedMethodAccessor3135]
    [Unloading class sun.reflect.GeneratedMethodAccessor3133]
    [Unloading class sun.reflect.GeneratedMethodAccessor3126]
    [Unloading class sun.reflect.GeneratedMethodAccessor3122]
    [Unloading class sun.reflect.GeneratedMethodAccessor3131]
    [Unloading class sun.reflect.GeneratedMethodAccessor3130]
    [Unloading class sun.reflect.GeneratedMethodAccessor3128]
    [Unloading class sun.reflect.GeneratedMethodAccessor3132]
    [Unloading class sun.reflect.GeneratedMethodAccessor3125]
    [Unloading class sun.reflect.GeneratedMethodAccessor3123]
    [Unloading class sun.reflect.GeneratedMethodAccessor3129]
    [Unloading class sun.reflect.GeneratedMethodAccessor3136]
    [Unloading class sun.reflect.GeneratedMethodAccessor3124]
    451732K->299683K(911360K), 56.2060790 secs]
    What I want to find out is if this is normal behaviour for these classes to be unloaded and whether it could be the root of the problem? Has anyone got any thoughts on this?
    Many thanks, Tania

    Unloading classes is highly unlikely to have anything to do with the long GC pause. It's more likely that your heap configuration and/or the GC type is inappropriate for your workload. GCing 450MB of objects and collecting nearly half of them, as your GC log shows, may take quite a bit of time indeed.
    For one thing, you may try to switch from JDK 1.4.1 to JDK 1.4.2 - it looks like memory management in the latter has been improved significantly, at least for some apps. But generally to optimize your VM wrt. garbage collection, you need some understanding of how it works. Try this website: http://java.sun.com/developer/technicalArticles/Programming/GCPortal/ - it seems to have both white papers and some tools to tune GC.

  • Error: Accessing the Reader Extensions Server web application for the first time

    Hi,
    I've followed the the installation guide line by line. Everything OK.
    But when i access the Reader Extensions Server web application i see the following error:
    An error has occured
    Error 473: The credential permission settings could not be determined: 'com.adobe.document.pdf.CredentialLoginFailure: IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0'.
    Have you ever faced this kind of message before?
    To tell you the truth i'm not very sure if my Rights Credential file is valid. But is this the cause of this message?
    I use Form Server 6 and Reader Extensions 6 with a Websphere Application Server 6.0
    Thanks in advance

    Hi Stelios,
    Yes, it seems to me also, as a bad certificate issue.
    If memory serves, I run into this message once, where the certificate was valid. Anyway, Websphere v6 is not a supported app server. Have you tried installing on v5.1?
    You might want to read this post, too:
    matt cockburn, "Fix for LiveCycle Reader Extensions 7.0 install error" #, 6 May 2005 8:22 am
    If you are located in Greece, we may be able to help you. You may contact me "ekokkoris at anodos.gr", should you wish.
    Regards,
    Evangelos

  • [C# development] How to built a web application for videoconference

    Hello to everyone! 
    I'm a .net development and i have to built a web application (html/javascript and webapi writing in c# or aspx pages) that using the videoconference calls. I have no ideas how to built it.
    I think i have to built a platform server that put in comunication a person with another one like:
    user ---> platform <--- user
    where this two users are behind a router
    but i don't know how put in comunication this two users... anyone have some idea about how can i built this platform? i'm in looking for ideas and good suggestions.
    Thanks a lot!
    Lorenzo

    http://forums.asp.net/
    Maybe, you should post to a Web forum.

  • Oracle Functional Testing for Web Applications for Oracle Apps

    I am trying to test Oracle Application 11i and R12 using Oracle Functional Testing for Web Applications.
    In 11i:
    If i open any forms then then the Application is getting crashed whereas it's recording the html events.
    In R12:
    If i open any forms then the Form is getting opened but it's not recording the events happening on the forms
    whereas it's recording the html events.
    Please let me know whether Oracle Functional Testing for Web Applications supports can be used to test Oracle Apps 11i/R12 including the Forms.
    Regards,
    Arun

    Hi,
    AFAIK, there is no official document which states that "Oracle Functional Testing for Web Applications" is certified with Oracle E-Business Suite 11i/R12. I assume it should work with Forms 10g but not with Forms 6i, so it should work (does not mean it is certified) with R12.
    I would suggest you log a SR and confirm this with Oracle Support.
    Regards,
    Hussein

  • How do I setup SharePoint 2013 web applications for 2 TB of data?

    Hi,
    I know Microsoft recommend to have 1 App pool with 1 Web App and 1 Content Database. 
    The issue is that in my company SharePoint is going to be a file repository with about 2 TB of data. Management wants that to happen. 
    I was thinking to have 1 App pool and about 18 Web App for each department so that it can hold all that data with a maximum of 200 GB per Content DB in 2 SQL clustered servers. 
    Is that OK? Is this best practices?

    Chicho84,
    Yes, in SharePoint it is suggested to not allow to grow content DB more than 200 GB. Now will your environment starts with 2TB (after migration) or it will steadyly migrate eventually 2TB data. If so that you can think of Host heard site collection with
    individual content db.
    I am sure that you know that SharePoint is not only a DMS but also come with variety of useful service like Search, Workflow, Forms, Social etc. Thease all are going to be a important tool in your organisation. So planing for other services and hardware
    is also very important.
    These are few links which you can refer as starting point :
    http://technet.microsoft.com/en-us/library/cc262451.aspx
    http://technet.microsoft.com/en-us/library/jj219628.aspx#HW_Enterprise
    http://social.technet.microsoft.com/wiki/contents/articles/12438.community-best-practices-for-sharepoint-2013.aspx
    Hope it will help you.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Deploy Internet Sales B2B/B2C Web- Application for CRM 5.0

    Dear all,
    We upgraded to CRM 5.0. Because of the CRM 5.0, we had to use the SAP Developerstudio (Eclipse) and the new J2EE Engine.
    I deployed the B2C shop application, but i get a confusing error message, if i try to visit the login page.
    Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.
    Could not initialize XCM configuration in Database.
    Check if you have deployed the Software Component 'SAP JAVA DATA DICTIONARY 5.0'].
    Exception id: [0013CE89C2FB00750000005700005870000429479003B101]
    If i try to access the admin page ".../b2c/admin", i get a page without the menu entries. No XCM Link, No Version info, and so on. If i try to access the XCM manuelly "...b2c/admin/xcm/init.do", then a get again the error above.
    Someone can help, where i can find the "SAP JAVA DATA DICTIONARY" and what i have to do for the deployment?
    Thanks for your time!

    Hi Andreas,
    I am also facing the same error which you have already resolved.
    I have deployed CRM 5.0 ICSS B2B custom application using NWDS.if i visit the login page ,i am getting the following error.
    Application error occurred during request processing.
    Details:   Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.
    Could not initialize XCM configuration in Database.
    Check if you have deployed the Software Component 'SAP JAVA DATA DICTIONARY 5.0'].
    Exception id: [0014C265B0070068000000B6000019D90004311C9338F0A5]
    if i try to access the admin page icss_b2b_custom/admin ,i get the page without the menu entries.i i access the link manually again the same error.
    you have suggested the following packages to deploy
    JAVADDIC
    SAPJAVA
    SAPWEB
    SAPAPP
    CRMJAVA
    CRMWEB
    CRMAPP
    i visited the following link
    My Company's Application Components>SAP CRM>SAP CRM 5.0> Entry by Component>CRM Java
    •     ADOBE DOCUMENT SERVICES 7.00
    •     APACHE JAKARTA STRUTS 1.1
    •     BI META MODEL REPOSITORY 7.00
    •     BI UDI 7.00
    •     CRM IPC MOBILE 5.0
    •     CRM JAVA APPLICATIONS 5.0
    •     CRM JAVA COMPONENTS 5.0
    •     CRM JAVA WEB COMPONENTS 5.0
    •     DI BUILD TOOL 7.00
    •     J2EE ENGINE BASE TABLES 7.00
    •     J2EE ENGINE CORE TOOLS 7.00
    •     JAVA LOG VIEWER 7.00
    •     JAVA SP MANAGER 7.00
    •     LIFECYCLE MGMT TOOLS 7.00
    •     SAP CAF 7.00
    •     SAP CAF-UM 7.00
    •     SAP IGS 7.00
    •     SAP J2EE ENGINE 7.00
    •     SAP J2EE ENGINE CORE 7.00
    •     <b>SAP JAVA DATA DICTIONARY 5.0</b>
    •     SAP JAVA TECH SERVICES 7.00
    •     SAP KERNEL 7.00 32-BIT UNICODE
    •     SAP KERNEL 7.00 64-BIT UNICODE
    •     SAP SHARED JAVA APPLIC. 5.0
    •     SAP SHARED JAVA COMPONENTS 5.0
    •     SAP SHARED WEB COMPONENTS 5.0
    •     SAP SOFTW. DELIV. MANAGER 7.00
    •     SAP STARTUP FRAMEWORK 7.00
    •     SAP TECH S 7.00 OFFLINE
    •     SAP VIRUS SCAN INTERFACE 7.00
    •     SAP_IKS_7.00
    •     TEALEAF 4.5
    •     UME ADMINISTRATION 7.00
    in the above components which i need to download and deploy.i found the following system infor on my server.
    <b>Software Components </b>
    <b>Vendor                  Name                Version</b>
    sap.com      SAP-JEECOR       7.00 SP11 
    sap.com      CORE-TOOLS       7.00 SP11 
    sap.com      SAP_JTECHF       7.00 SP11 
    sap.com      BASETABLES       7.00 SP11 
    sap.com      JLOGVIEW       7.00 SP11 
    sap.com      SAP-JEE                       7.00 SP11 
    sap.com      SAP-SHRAPP       5.0 SP8 
    sap.com      LM-TOOLS       7.00 SP11 
    sap.com      JSPM                       7.00 SP11 
    sap.com      ADSSAP                       7.00 SP11 
    sap.com      CAF-UM                       7.00 SP11 
    sap.com      KM-KW_JIKS       7.00 SP11 
    sap.com      UMEADMIN       7.00 SP11 
    sap.com      BI_MMR                       7.00 SP11 
    sap.com      SAP_JTECHS       7.00 SP11 
    sap.com      BI_UDI                       7.00 SP11 
    sap.com      CAF                       7.00 SP11 
    sap.com      KMC-COLL       7.00 SP11 
    sap.com      EP-WDC                       7.00 SP11 
    sap.com      EPBC2                       7.00 SP11 
    sap.com      KMC-BC                       7.00 SP11 
    sap.com      KMC-CM                       7.00 SP11 
    sap.com      LM-PORTAL       7.00 SP11 
    sap.com      RTC-STREAM       7.00 SP11 
    sap.com      SAP-EU                       7.00 SP11 
    sap.com      CAF-KM                       7.00 SP11 
    sap.com      VCFLEX                       7.00 SP11 
    sap.com      EPBC                       7.00 SP11 
    sap.com      VCFRAMEWORK       7.00 SP11 
    sap.com      VCBASE                       7.00 SP11 
    sap.com      VCKITGP                       7.00 SP11 
    <b>sap.com      SAP-CRMJAV       5.0 SP8 </b>
    <b>sap.com      SAP-CRMWEB       5.0 SP8 </b>
    sap.com      SAP-IPCMSA       5.0 SP8
    sap.com      SAP-SHRJAV       5.0 SP8
    sap.com      SAP-SHRWEB       5.0 SP8
    <b>sap.com      SAP-CRMAPP       5.0 SP8 </b>
    <b>sap.com      SAP-CRMDIC       5.0 SP8 </b>
    sap.com      VCKITXX                       7.00 SP11
    sap.com      NET-PDK                       7.00 SP11
    sap.com      RTC                       7.00 SP11
    sap.com      BP_CRM50       5.0.0 SP0
    sap.com      DI_CMS                       7.00 SP11
    sap.com      DI_CBS                       7.00 SP11
    sap.com      WDEXTENSIONS       7.00 SP11
    sap.com      DI_DTR                       7.00 SP11
    sap.com      UWLJWF                       7.00 SP11
    sap.com      EP-PSERV       7.00 SP11
    as per the above system info ,did you feel java data dictionary installed.
    Please help me to resolve the above problem urgently.
    Thanks
    Suresh

  • Error while deploying Internet Sales B2B Web- Application for CRM 7.0

    Hi,
    I am getting the an error when I invoke the below urls. I am working on ISA application.
    http://localhost:port/xxx/b2b/init.do
    http://localhost:port/xxx/admin/xcm//init.do
    The code was build successfully without any errors.
    Error:
    Application error occurred during request processing.
    Details: Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.
    Could not initialize XCM configuration in Database.
    Check if you have deployed the Software Component 'SAP JAVA DATA DICTIONARY 5.0'].
    Exception id: 44455354420000790000005000001D3400047AAFFB0A8DAC
    Could any one please help me in solving this?
    Regards
    MQ

    Hi,
    It seems that you have not deploy Java Dictionary Component. It is required component on machine where you want to deploy ISA. It stores your XCM related setting and value.
    First deploy SAPCRMDICxxxxxxx.SCA file then define default application scenario in your /b2b/admin/xcm/init.do. Restart your B2B application and then trr to access it.
    If you are trying to access custom ISA application you have to set application scenario for it. /b2bxxx/admin/xcm/init.do
    First deploy SAPCRMDIC component SCA file you can get it from Service market place or you can ask your SAP  Basis person.
    eCommerce Developer

  • Designing Web applications for better performance

    Hi,
    Let me explain the scenario.
    We are following MVC architecture, where we have our JSP pages interacting with a controller
    servlet , which decides what action to performed . It is using request despatcher method to redirect
    the request object to jsp pages.
    We have most of jsp pages as entry screens. We are not using java beans, fearing the complexity of master
    details forms . ( we dont know how to use "bean technolagy" in case of detail entry screens).
    In forms at a time we can have max 50 rows , with each row having 10 columns. When a particular page
    need to be displayes for editing (may be with already existing data), the servlet will populate objects
    and jsp will access data from these objects. Once the data is accessed , these objects will be removed
    from the session.
    Since we are removing the objects from the session (not keeping it certain amount of time too), if the
    servlet /another jsp requires some information, we are forced to use "hidden variables". In the current
    scenario, we are having at least 40-50 hidden variables passing from a jsp page to servlet.
    We decided not to use session objects fearing that it will give lot of problem to server. But now it
    is making our client "fat".
    Eventhogh our application is big, we are not using any database side coding like triggers,stored procedures
    etc? Is this create performance problems?
    When our application runs, many times we can find that the request will not get processed correctly
    in jrun sever or some times we gets blank window or some time jrun default server hangs.
    we are using Jrun 3.0 and Solaris_JDK_1.2.2_05.
    Pl. find my following questions.
    1. is this right way to do the things (hidden variables).
    2. Is creating session variables is going to hamper the performance of the system?

    Dear sandhyavk,
    From my experience, you are better to put your hidden values into a JavaBean, simply a data object which is saved in a session, after you have accessed to it, you simply invalidate the session indeed. You can find more details from the following links from javaworld.com, I have adopted and amended it for my eIPO system, it is flexible and easy to maintain and understand.
    * http://www.javaworld.com/javaworld/jw-01-2001/jw-0119-jspframe.html
    * http://www.javaworld.com/javaworld/jw-01-2001/jw-0119-jspframe.html
    I do hope that it can give you some ideas.
    Best regards,
    Anthony Lai

  • How can I create a host name site collection when I have a 443 web application already created for App model?

    Hi all,
    I have a 2013 farm set up with the App model
    1 web application for path based site collection using host name
    1 web application with SSL (no host name)
    1 web application for mysite
    My business request is that  I need to migrate SSL enabled 2007 content to this farm and use host name site collections.  I tried to create one more web application for this without any luck (the 443 IIS folder is already used by another web application). 
    I thought I bind the previous 443 web application with another IP address should be fine.  Seems like the IIS site is taken (https://server name:443) so it will not let me create one more.  How can I solve this problem so I can create the web application
    to host those host name site collections?  Any suggestion is greatly appreciated.
    Thanks in advance.
    Sally

    Hi Trevor,
    Thanks again for your quick reply.  I try the option 2 right after your post.  I use my front end server name for public URL (https://WFEName:443) and it fails again.  The error message is:
    The directory C:\inetpub\wwwroot\wss\VirtualDirectories\443 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
    After reading more, I saw mix Hosted Name Site collection and Path-based site collection aren't recommended.  Unfortunately I already have Path-based site collection created with App model web application
    (the web application without host name) in my farm.  In my Option 2, that web application without host name is used for App routing.  This takes the root folder 443 which will not allow any other web application to use the same name again. 
    Does that mean we can't create Host Named Site collection in the same farm?  Is there any configuration I need to check?
    Thanks again.
    Sally

Maybe you are looking for

  • Reader 9.4.6 bug displaying PDFs from Autocad

    I've received several architectural drawings produced from Autocad as PDFs. All of them display correctly in Reader 9.4.6 for Windows, but in Reader 9.4.6 for Unix, some dashed lines are missing from the PDFs when viewed on the screen or printed. Whe

  • How to use new icons (gif images)  added to the icons folder in forms 6i???

    Hi all, I have added some new icons images to the path: \\FORMS60\java\oracle\forms\icons Now how to show this icons on buttons at run time?

  • Does MSI Bluetooth works with other vendor mobo's??

    Hi, Sorry, but i can't find any appropriate forum here for asking this. How can I use a MSI Bluetooth Transceiving Key with other manufacturers motherboard?

  • Upgrade autonomous to lightweight using tftp

    Hello, I'm have new autonomous 1242 AP without any configuration. Can I convert it to lightweight using tftp? Which image should I use. The current version is 12.3(7)JA5. Many thanks in advance. Rgds, Fauzan

  • Getting aggregated values on disaggregated level...

    Hi all, For example I have the following selection in my query: Query 1. City     Store     Item     Sales @ UOM City1     Store 1     Item1     100           Item2     150      Store 2     Item1     200           Item2     125 Item sales quantity on