Ensmer 0.1+milestone-2

Hey folks,
I just released a new development milestone of Ensmer that I thought people here might be interested in. Its getting to the point where it kind of looks neat, and is almost to the point where it might be useful.
here's some documentation for this version:
https://ensmer.dev.java.net/doc/core/devel/index.html
Here's the home page:
https://ensmer.dev.java.net/
Here's screenshots:
https://ensmer.dev.java.net/servlets/Pr … folderID=0
Here's a PKGBUILD:
pkgname=ensmer
pkgver=0.1+milestone2
pkgrel=1
pkgdesc="Ensmer is an extensible object oriented 3D interface"
url="http://ensmer.dev.java.net"
license="BSD/Apache style licence"
depends=('j2re>=1.5.0' java3d)
makedepends=(apache-ant)
source=(https://ensmer.dev.java.net/files/documents/2312/11319/file_11319.dat?filename=Ensmer-0.1+milestone-2-src.jar
ensmer)
build() {
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/usr/share/ensmer
cd $startdir/src
mv file_11319.dat?filename=Ensmer-0.1+milestone-2-src.jar ensmer.jar
jar xf ensmer.jar
cd Ensmer-0.1+milestone-2-src/
ant dist
cp -r dist/* $startdir/pkg/usr/share/ensmer
cp $startdir/src/ensmer $startdir/pkg/usr/bin
chmod a+x $startdir/pkg/usr/bin/ensmer
Here's the ensmer script required by above PKGBUILD:
export ENSMER_HOME=/usr/share/ensmer
export CLASSPATH=$CLASSPATH:$ENSMER_HOME/lib/groovy.jar:$ENSMER_HOME/lib/prevayler.jar:$ENSMER_HOME/lib/j3d-vrml.jar:$ENSMER_HOME/Ensmer.jar
java com.buchuki.ensmer.Ensmer
Here's a java3D PKGBUILD (dependency of Ensmer). AFAIK, there are no versions of this in TUR or extra.
pkgname=java3d
pkgver=1.3.2_build8
pkgrel=1
pkgdesc="Open Java3D project from dev.java.net"
url="http://java3d.dev.java.net/"
depends=( j2re )
source=(https://j3d-core.dev.java.net/files/documents/1674/8522/java3d-1_3_2-build8-linux-i586.jar)
build() {
mkdir -p $startdir/pkg/opt/java/jre
cd $startdir/src
jar xvf java3d-1_3_2-build7-linux-i586.jar
cd $startdir/pkg/opt/java/jre
jar xvf $startdir/src/java3d-1_3_2-build7-linux-i586/j3d-132-build7-linux-x86.jar
I'd love to have some feedback and bug reports. I seriously think this is something worth looking at now, but maybe I'm too easily excited.
In the works: EnsmerMail. Should have a package for that in a week or so.
I didn't post this to 'New and Requested Packages' because I can't really image anybody wanting to put this in their TUR; its pretty new and unknown at the moment.
Dusty

Thanks for the feedbacks! I'm trying to actually care about them right now, lol.
I have issues with using MailDir or mBox for storing messages. The main problem is that Ensmer information is basically stored above the filesystem, so it would be hard to get them into a MailDir or mBox file.
Web-browser.... its doable, I suppose, lol. Its a pretty big undertaking in this context.  I actually visualize networked Ensmer worlds in 3D instead of text-based web browsers inside the 3D world. I think it'll be quite a while before either can be supported. I don't know of any successful/non-alpha Java based gecko web browsers.
The text is already anti-aliased, in a half-assed sort of way. I had to write the text-processing from scratch. The input side of things is pretty ok, but the output does indeed need work. I'm finding you have to move back and forth a bit in the view to position the text at just the right location to be readable. At a certain distance it looks as clear as a bell, but trying to get it there looks a lot like an advertisement for reading glasses.
As for making the texts always oriented towards the user, the display of the messages is performed in the frontend. This means that it can be customized fully; using an OrientedShape3D would probably be all that's needed. I certainly could make this an option, I'll add it to the issue tracker, but as I say its up to the frontend. One thing I like about the messages not being oriented is that they can be rotated to lie flat 'on' the desk or bookshelf when they aren't needed. Also, I'm doing some experimenting with the amount of screen real estate needed to fit words; if you rotate a paper away from you somewhat, you can fit more words on the screen, but the ones farther up the page are harder to read (A long time ago in a galaxy far away....).
Lamp on the desk... good idea, I never thought about that. It couldn't just be a lamp, of course. The whole idea is to be customizeable, and a lamp would look out of place in a non-office type world. But I think I could easily make a backend that polls the mail server, and put a default frontend that looks like a lamp or phrakture's office phone.
Desk drawers. I've been trying to think of the best way to do something like this. This is basically a multiple container problem. As mentioned, I don't want the backend to be tied to the frontend, so I have to abstract the desk drawers idea away from the actual storage. For example, somebody might want to use desk drawers, somebody else might want a filing cabinet, and another person might be looking at pockets in a large coat. These display concepts are all the same, but I have trouble abstracting the backend. I'll look into it at a later date. It would basically be a sort of list/array storage in the back, I guess.
Its impossible right now anyway, the drawers on that VRML desk don't open. It looks like something designed by Terry Pratchett's incarnation of Death.... like where the brush is a part of the dressing table instead of laying on top of it.
There is already functionality in Ensmer to place stuff in containers and then go 'inside' those containers. The default frontend for containers is a butt-ugly box, but that can, of course, be totally customized. It would be possible to make this mimic desk drawers, somehow.
Java.net screenshots. I'll talk to support at java.net. Its strange you've never been able to see them and others don't have any problems. :-S
Thanks for all the ideas!
Dusty

Similar Messages

  • Ensmer milestone 5: feature complete! Testers wanted

    I just released milestone 3 of Ensmer.  There's a lot available including a really stylized version of a room object, the ability to select and manipulate (move, rotate) objects, and the ability to remove objects. Not the ability to add them yet though, so removing them makes you run out in a hurry!
    Check the new docs here for a full description of what's available:
    https://ensmer.dev.java.net/documentation.html
    Downloads here:
    https://ensmer.dev.java.net/download.html
    I was planning on adding more (specifically the ability to add objects), but I realized this was going to be a big job, so I decided to fix some minor points that were bugging me (like adding the simple simple physics) and make the release now. It will probably be a while before adding objects is possible (maybe release 5, or a late release 4, depending).
    Sorry the summary is short, I've been coding and documenting all day.
    Dusty

    Dusty wrote:
    cactus wrote:I like the table!!
    My very first attempt in Wings3D. If anybody wants to contribute realistic VRML models, I'm sure my prof wouldn't mind; its not part of the code, after all....
    Dusty
    http://hendrix.ei.dtu.dk/vrml/vrmlhome.html
    http://virtuality3d.co.uk/p_models.html
    http://www.geocities.com/MotorCity/4630 … dcafe.html
    http://vrmlworks.crispen.org/
    http://www.ocnus.com/models/models.html
    http://www.cs.ubc.ca/nest/imager/contri … /vrml.html
    http://www.topedge.com/panels/aircraft/ … phavr.html
    http://www.stonecarver.com/vrml.html
    http://home.iae.nl/users/wbergmns/jetvrml.htm
    http://audilab.bmed.mcgill.ca/~wijhe/me_models.html
    http://www.progonos.com/furuti/Origami/ … rtual.html
    http://www.web3d.org/x3d/vrml/objects/oblib.htm
    http://www.cgl.ucsf.edu/Research/virus/vrml.html
    (a capsid is the shell of a virus)
    http://www.buddycom.com/vrml/
    http://www.cyberware.com/wb-vrml/
    http://www.iath.virginia.edu/london/model/vrml.html
    ... but the model i like most is the jumping cow in xscreensaver ;-)

  • Creating a link line between a milestone on one summary rollup to a milestone on another summary rollup

    The number 1 request of our schedulers is the ability to show a link line from a milestone on one summary swimlane to a milestone on another summary swimlane.  We frequently do executive schedules and show swimlane interrelationships is important.
    Yes, I know that you can manually draw a line on a Gantt chart, but that graphical object is hard to control if you change the timescale, add or delete summary lines, or expand a summary line.
    I am really fighting hard to keep us from creating a disjoint schedule architecture where the presentation schedules are in another tool, like Fastrac, Visio, or PowerPoint.  Whenever we allow people to have a disjoint architecture it always ends up
    with people slaving their time to the presentation schedules and the data in the integrated schedule environment atrophies.
    We currently have an ability to generate superb executive schedules right out of MS Project, but this lack of swimlane link lines is killing us.
    Chris

    Hello Chris
    The is nothing out of the box to do his for you.  You may be able to hook up Vision to create swimlanes, but as you indicated it is very hard.  OnePager Pro is an add-in for Project that may work for you better
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Payment Milestones in SRM?

    Hi
    At the organisation I work at, we have restricted back end SAP purchasing access and are pushing out the use of SRM instead as primary method for users to raise shopping carts, and have a number of catalogues setup for core commodities such as stationary etc.
    However, we have a number of 'project' type contracts that are setup commercially with payment milestones.  The suggestion internally has been to setup each Contract as a catalogue, with all the respective catalogue lines; however, for me, this seems a slightyl strange approach as we will only 'request' each catalogue line against the contract once, allied to each payment milestone.
    Is this the most effective way to setup Contracts with payment milestones to enabling end user purchasing in SRM? Or are there any other useful bits of functionality in SRM that we should be using to meet this need?
    For info, we are using SAP SRM 4.00 (Classic Scenario) and SAP ERP 6.0.
    Thanks in advance
    Edited by: olly_w on Mar 17, 2011 10:54 AM DF

    well,
    here is another suggestion.
    1.  Create Public templates for each Project cotnract (items)
    2.  Create a querry for Project Contract (i.e Public templates) ONLY
    3.  Educate the users to use templates for shopping items from project contracts.
    This might be simple solution than publishing the contract to MDM catalog. Let us know if this works.
    Regs.
    Gummadi

  • Milestone based billing in OM-AR or PA - Help needed

    Hello,
    need your valuable suggestion to identify the best approach, including modules, for the following business scenario with Minimum Customization.
    Business A directly receives orders/ contracts from customers. Business A does not manufacture any product. Instead they cut POs to different suppliers (against the items in the order) and the suppliers in-turn directly ships the material to customers. Business A directly invoice customers and also pay the suppliers.
    Key points to note:
    - Oracle E-Biz 11.5.10.2
    - Customer billing will be milestone based e.g. 20% down payment at order booking, 40% prior to shipment and 40% upon material delivery etc of the total Order value.
    - There may be one billing milestone for material acceptance by the customer
    Possible solution approaches:
    ==================
    We were thinking about OM, PO, INV (virtual), AR, AP etc with standard Drop Ship process but as we know, milestone based billing cannot be done thru normal OM-AR process.
    If we use PA then another approach can be to disable interface transaction from OM to AR and then use customization:
    i) In PA billing extension called by Generate Draft Invoice (GDI) process to look at eligible orders (in OM) for billing with appropriate amount
    OR
    ii) Create an interface to raise billing events in PA (using Event API) by looking at at eligible orders (in OM) for billing with appropriate amount.
    However, using PA additionally along with OM will have following disadvantages:
    a) Good amount of customizations for needed integrations
    b) PA/ Projects will be added as an additional module without much benefit to the above mentioned business model.
    Can we use AR in a different way here by disabiling the OM-AR interface transaction but using the OM details for multiple AR invoices thru some short customization. Or for that matter any other approach outside normal OM-AR process.
    Any suggestion will be greatly appreciated.
    Best Begards

    Hello,
    need your valuable suggestion to identify the best approach, including modules, for the following business scenario with Minimum Customization.
    Business A directly receives orders/ contracts from customers. Business A does not manufacture any product. Instead they cut POs to different suppliers (against the items in the order) and the suppliers in-turn directly ships the material to customers. Business A directly invoice customers and also pay the suppliers.
    Key points to note:
    - Oracle E-Biz 11.5.10.2
    - Customer billing will be milestone based e.g. 20% down payment at order booking, 40% prior to shipment and 40% upon material delivery etc of the total Order value.
    - There may be one billing milestone for material acceptance by the customer
    Possible solution approaches:
    ==================
    We were thinking about OM, PO, INV (virtual), AR, AP etc with standard Drop Ship process but as we know, milestone based billing cannot be done thru normal OM-AR process.
    If we use PA then another approach can be to disable interface transaction from OM to AR and then use customization:
    i) In PA billing extension called by Generate Draft Invoice (GDI) process to look at eligible orders (in OM) for billing with appropriate amount
    OR
    ii) Create an interface to raise billing events in PA (using Event API) by looking at at eligible orders (in OM) for billing with appropriate amount.
    However, using PA additionally along with OM will have following disadvantages:
    a) Good amount of customizations for needed integrations
    b) PA/ Projects will be added as an additional module without much benefit to the above mentioned business model.
    Can we use AR in a different way here by disabiling the OM-AR interface transaction but using the OM details for multiple AR invoices thru some short customization. Or for that matter any other approach outside normal OM-AR process.
    Any suggestion will be greatly appreciated.
    Best Begards

  • Relationship between tables milestone and wbs element

    Hi  Guys,
    1.I have taken two tables in my source code retieving milestone number(mlst_zaehl), usage(mlstn),and wbs element(pspsnr)
    from TABLE MLST and the other table is PRPS(WBS ELEMENT TABLE, and the fields are psphi(project) , and pspnr(wbs elemrnt,
    The problem is i am not getting the project (psphi)  FROM PRPS TABLE and the link field is PRPS-PSPNR = MLST-PSPNR.
    2.Other requiremnt is  in the same program, iam getting reservation quantity and also DELIVERY QUANTITY
    if delivery qty equal to reservation quantity then exit  and if the reservation qty is NOT equal to delivery qty,
    i need to UPDATE the corressponding USAGE , MILESTONE TEXT, AND QTY in milestone table MLST.
    please let me know any function to update milestone or BAPI or i sahll use BDC.
    Reagrds
    subbara

    Hi
    I think you want to link MLST and PRPS tables to get the milestone fields...
    From Table MLST - Mile stone number - MLST_ZAEHL and WBS element - PSPNR, link the WBS elements with PRPS table - WBS element - PSPNR and for project - PSPHI (Current Project Number).
    For project number you can take from PRPS - PSPHI or from PROJ table
    - Pithan

  • BAPI_PROJECT_MAINTAIN problem while creating milestone

    Hi all,
    We created the milestone by using the function module.
    BAPI_PROJECT_MAINTAIN
    We get a success message such as milesone 00000020 created but the same is not getting displayed either in CJ20N
    or MLST table.
    Guess there is some problem with the commit.
    Kindly help me to point to solve the above issue.
    Regards,
    Ganesh J

    Just a short checklist:
    How did you use the BAPI (in test environment?? etc.)
    check application configuration (can you create milestone manually?)
    did the bapi update other fields?
    check the BAPI Documentation about usage?
    check OOS for known bugs in your release?
    Kind regards.
    Axel

  • Excise Invoice for Milestone billing

    We have configured mile stone billing.
    30% - Downpayment
    40% - Delivery
    30%- Closing invoice.
    Currently system is calculating excise and taxes at each step (CST & VAT)
    Our problem is how to creat single excise invoice at delivery time ( excise should be calculated on PR00 basic price in sales order at delivery against billing)
    Regards
    Sachin Kadam

    Our MTO Process is as below
    VA21 -  Quotation
    VA01 - Sales order wrt to quotation
    VF04 - Create invoice, print down payment request and send to customer
    F-29 -Post customer down payment
    Production process ---> Sales order stock is available.
    VL01N - Delivery
    VA02 - Delete billing blocks
    VF04 - Create invoice, print payment request and send to customer
    F-28 - Post milestone invoice
    Billing plan deatails as below
    19.01.2010     0009          Down payment     30.00     573.89      INR
    18.02.2010     YB01          Delivery                          40.00     765.18      INR     02
    20.03.2010     0008          Closing Invoi                                   1,147.77      INR     02
    Regards
    Sachin

  • Excise invoice without delivery - Milestone and Progressive billing

    Hi all
    We have a scenario where we need to create excise invoice wihtout delivery
    We are using order based billing because we have PS(WBS) integration, milestone and progressive billing scenario.
    We dont  want to use J1is, we want to use J1iin only, please let me know any possible solution.
    Thanks All

    Hi Guru's
    Any help please...
    Thanks

  • Error while creating Credit Memo Request for Milestone billing invoice

    Hi All,
    I have a scenario where i have Milestone billing(% based) at header level in Contracts. I create Invoice for that and then try to create Credit Memo Request with reference to the Invoice.
    Problem comes when we try to change the qty in the credit memo request. we are able to change the qty but the value is not changing. It remains the same constant value of that milestone.
    In my copy control from Invoice to Credit memo request for the item category i have maintained the pricing type as "C" because i want to copy and manual conditions.
    So kindly let me know which config setting should be done so that whenever i change the qty the value should also be changed.
    Please Note : This is happening only when my billing plan is at header level. For Billing plan at Item level its working fine.....
    Thanks.....

    Hiiii.....
    Can anyone please advise on the below issue of mine.....
    Thanks alot for the help.......in advance

  • Updation of Milestone Billing % in Sales Order

    Hi All,
    I am using Assembly Processing scenario and having milestone billing. I am able to create a sales order which creating project automatically and milestone are coping in sales order billing plan.
    My query is : after creating sales order and automatic creation of project, client changes % amount in billing milestone which is not updating in sales order. Its showing the same amount which has been put in standard milestone.
    Let me know how I can update this change in Sales Order billing plan when ever I change billing % in milestone.
    Regards,
    Atul R. Rajmane

    Hi,
    After Maintaining billing plan types for milestone billing,Please check the following,
    In CJ20N , Create milstone under the activity of WBS,Fill the invoicing percentage in Billing plan section, be sure to tick on sales document date field, then go to the sales order it will copy the data automatically from the milstone .

  • Auto release of Invoicing plan item when milestone actual date is entered

    Hi all,
    I wonder if anyone can help me on this.  I have configured the system to automatically release an invoicing plan in a PO once the milestone attached to that invoicing plan is confirmed in the project by entering the actual date.  For some reason though, when trying to enter the invoice for this item in MIRO, the amount from the invoicing plan is not copied.  The amount only gets copied if you enter the PO in change mode after confirmation of milestone, display the invoice plan for each item then save before exitting.  It is only after this that the block on the item is removed.  Is this supposed to be so?  I would have thought immediately after confirmation of milestone by indication of actual date, the block on the invoicing plan will be immediately be removed so the invoice can immediately copy the amounts from the PO?  Any ideas how to achieve this?  (GR is not a part of the process).

    Hi,
    Go through this link. Might be helpful.
    http://wiki.sdn.sap.com/wiki/display/HOME/InvoicingPlanin+SAP
    You can also search for related content in the forum. You will find a lot of threads related to this.
    Regards,
    Gokul

  • Quantity of sales order in Milestone wise billing

    Hi
    i have a sales order and its assigned to Project. Its a project sales order and we are doing milestone billing.
    only one line item in sales order. Now my question is we dont give quantity in the sales order line item and now the slaes order is saved and the quantity filed is grayed out.
    Why is it happening. Any speciff setting we mainitain for Project related sales order for milestone billing plan???
    Please guide me
    Thanks a lot in advance
    Regards
    SURYA

    need inputs...................
    regards
    SURYA

  • Passing of Milestone data in BAPI_EH_POST fm for expected event creation?

    HI,
    If non-sap system will try to post expected event through bapi_eh_post to sap em, Is it possible to create expected event in sap em by providing values to milestone data  in bapi eh post and attach an expected event profile for the event handler.Kindly suggest, how to create an expected event for any activity not coming from application system.

    Hello Ratnakar,
    there is no special coding needed.
    If you call EH_POST you hav just provide all the EH data in the interface.
    The link is only the Business Process Type. It is important that you fill AO Type, AO System etc. in all the tables.
    You could debug here:
    In EH creation case you should be later coming to this point:
    Inside this method EE will be generated based on your milestones.
    Best regards,
    Steffen

  • Repetitive milestone copying in the sales order from Projects

    Hi friends,
    A particular WBS element with, say 5 milestones with the invoice percentages adding up to 100%, can be assigned to multiple line items in a sales order. Hence the milestones can be copied to each line item. I want to stop this repetitive copying of same milestones. Since each milestone has a particular number attached to it, I want to stop this multiple copying with the help of this milestone number. Is there any user exit for this? Please let me know.
    bye
    Pratap.V

    Hi Pratap,
    I couldn't find the exact user exit for your query but the below link shows some of the user exits related to milestone billing methods, may it help you .
    http://help.sap.com/saphelp_45B/helpdata/en/22/f62c7dd435d1118b3f0060b03ca329/content.htm
    Thanks,
    Dhruv

Maybe you are looking for

  • Any ideas on how to delete 7.1.1?

    I'm trying to reset my phone and cannot due to to "find my phone" being open and can't close that as all my icloud passwords suddenly don't work and worse still, the two modes of verification of icloud password either email address and or birthday do

  • Please help me with iTunes 7.4

    I went on my computer to download iTunes 7.4. Usually when I open iTunes and there is a new update a window will pop open and it says "new version of iTunes available, would you like to download?" It didn't do it this time so I clicked on help and th

  • Is there an apple fix for IOIS 8.1/

    Is there a fix for apple iPhone IOS 8.1?

  • Site Status doenst show migrated SCCM servers

    I have 1 site with 1 primary sccm 2012 R2 server and about 30 SCCM Distribution Points. The "Site Status" view under Monitoring/Overview/System Status doesn't show all our SCCM servers. It doesn't show servers that were migrated from SCCM 2007 R2 to

  • How to select .app application package itself on Mac?

    Since IOpenFileDialog in CS6 does not support SetNavDlgOpFlags() anymore, I was forced to use AddCustomMenu(). But I could not find a solution or sample to select a Mac OS X application package (.app folder). This Open dialog just shows all the conte